Convert PDF with OCR
convert-pdf-with-ocrRun OCR over a scanned PDF and return a searchable PDF with embedded text. Always runs asynchronously and returns a job id; poll "check-job-status" or provide "webhook_url" to receive a callback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Publicly reachable URL of the (scanned) PDF file to OCR. | |
| webhook_url | No | Callback URL invoked when the async job finishes. Omit and poll "check-job-status" instead if no callback endpoint is available. |