GET api/Document/Ocr/{archiveguid}/{docid}?fileid={fileid}&pageindex={pageindex}&limit={limit}
Retrieves the full text of a document using OCR (Optical Character Recognition).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archiveguid |
The unique identifier for the archive containing the document. |
string |
Required |
| docid |
The unique identifier for the document. |
integer |
Required |
| fileid |
The unique identifier for the file within the document. |
integer |
Default value is 0 |
| pageindex |
The page index to retrieve. Defaults to -1 if not specified. |
integer |
Default value is -1 |
| limit |
The maximum number of results to return. Defaults to 100 if not specified. |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
An representing the result of the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.