Welcome to the multivio server.


Available pathes:

.*?/document/.*?

render

Using the GET method it return a thumbnail in PNG format of a given size for a given image.
Arguments: Image example.
PDF example.

search

Search a PDF file and return results in a dictionary structure.
Arguments: Search example.

get_text

Return the text contained inside the selected area.
Arguments: Get text example.

get_indexing

Returns index of a range of pages of the document.
If a range of pages is specified with 'from' and 'to', 'page_nr' is ignored. Else, page number is used.
Arguments: Example with a page.
Example with a range of pages.

.*?/get.*?

Using the GET method it return the metadata, the logical structure and the physical structure in json format.

Arguments:

Examples:

GetMetadata:

Examples Mets:

Examples Pdf:

GetLogicalStructure:

Examples Mets:

Examples Pdf:

GetPhysicalStructure:

Examples Mets:

Examples Pdf:

.*?/website/.*?

Create a image as the reder of a website. Arguments: Example of redering RERO DOC web site.

.*?/log/post

Using the POST method it put a log message in" "the server.

.*?/version

Asks the server to obtain a version in json format. For example: { "name" : "Multivio Server", "version" " : "0.0.1", "api_version" " : "0.1" }