OCR Job Completed
An asynchronous OCR job has completed processing
Payload
The payload of this webhook request is an object.
eventType
The type of the event.
jobId
The ID of the OCR job that completed.
status
The final status of the OCR job.
Allowed values:
data
The OCR job results. Only present if the job was successful.
linkedJobIds
The IDs of any linked 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.
Response
200
any
Return a 200 status to indicate that the data was received successfully.