Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services OCR PDF
Version 1.0.0
Upload a scanned PDF, apply OCR, poll the job, and get the searchable output download URI.
Provider
Workflows
ocr-pdf
Upload a scanned PDF, apply OCR, and resolve the searchable download URI.
Registers a source PDF asset, submits an OCR operation in the chosen locale, polls the job to a terminal state, and returns the download URI of the searchable PDF on success.
1
createUpload
uploadAsset
Request an upload asset for the scanned source PDF.
2
submitOCR
ocrPDF
Submit an OCR operation against the uploaded PDF asset in the chosen locale. The API returns a job id for polling.
3
pollOperation
getOperationStatus
Poll the OCR operation status, repeating while it is in progress and branching once it is done or failed.
4
getOutput
getAsset
Retrieve the searchable PDF asset metadata and a fresh temporary download URI for the output file.
5
reportFailure
getOperationStatus
Surface the error details from the failed OCR operation.