OCR Job Completed

An asynchronous OCR job has completed processing

Payload

The payload of this webhook request is an object.
eventTypestringRequired
The type of the event.
jobIdstringRequired
The ID of the OCR job that completed.
statusenumRequired
The final status of the OCR job.
Allowed values:
dataobjectOptional
The OCR job results. Only present if the job was successful.
linkedJobIdslist of stringsOptional
The IDs of any linked OCR jobs that are processing other subdocuments of the same document.
pageRangeobjectOptional

The start and end page numbers of the corresponding subdocument (zero-indexed, inclusive). If not provided, the document was not split during OCR.

Response

200
any
Return a 200 status to indicate that the data was received successfully.