Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 841 Bytes

PdfToTextResponse.md

File metadata and controls

13 lines (9 loc) · 841 Bytes

PdfToTextResponse

Properties

Name Type Description Notes
successful bool True if successful, false otherwise [optional]
ocr_pages list[OcrPageResult] Page OCR results [optional]
async_job_id str When the job exceeds 25 pages, an Async Job ID is returned. Use the CheckPdfOcrJobStatus API to check on the status of this job using the AsyncJobID and get the result when it finishes [optional]
async_job_status str Returns the job status of the Async Job, if applicable. Possible states are STARTED and COMPLETED [optional]

[Back to Model list] [Back to API list] [Back to README]