Required capabilities:
filesAcl:READ
Provides ocr annotations for a given file. Currently only files that have been parsed with diagram/detect will yield non-empty results.
In beta. Available only when the cdf-version header with the beta suffix value is provided.
File id and page range to get ocr result for.
Success
The response for a failed request.
{- "startPage": 1,
- "limit": 10,
- "fileInstanceId": {
- "space": "space",
- "externalId": "externalId"
}
}[- {
- "height": 0,
- "width": 0,
- "annotations": [
- {
- "text": "string",
- "boundingBox": {
- "xMin": 1,
- "yMin": 1,
- "xMax": 1,
- "yMax": 1
}, - "confidence": 1,
- "direction": 360
}
], - "page": 0,
- "updatedTimestamp": 0
}
]