Get OCR Response (Async)
Get OCR Response (Async)
Get the status and results of an asynchronous OCR job.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
jobId
Response
This endpoint returns an object.
jobId
status
The status of the OCR job.
linkedJobIds
The IDs of any OCR jobs that are processing other subdocuments of the same document.
pageRange
The start and end page numbers of the corresponding subdocument (zero-indexed, inclusive). If not provided, the document was not split during OCR.
data
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented
