GET api/File/Ocr/{archiveguid}/{docid}/{fileid}?pageindex={pageindex}&limit={limit}
Return the fulltext of the file.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archiveguid |
Archive Guid |
string |
Required |
| docid |
Document ID |
integer |
Required |
| fileid |
File ID |
integer |
Required |
| pageindex |
Page index of the fulltext to return |
integer |
Default value is -1 |
| limit |
Limit of fulltext characters to return |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.