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.
Success
The response for a failed request.
{- "fileId": 123456789,
- "startPage": 1,
- "limit": 10
}
[- {
- "height": 0,
- "width": 0,
- "annotations": [
- {
- "text": "string",
- "boundingBox": {
- "xMin": 1,
- "yMin": 1,
- "xMax": 1,
- "yMax": 1
}, - "confidence": 1,
- "direction": 360
}
], - "page": 0,
- "updatedTimestamp": 0
}
]