Mindee · Arazzo Workflow
Mindee OCR Full Text
Version 1.0.0
Enqueue a document for full-page OCR, poll until processed, then read the per-page words and text content.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
ocr-full-text
Upload a document for OCR and read the per-page recognized text.
Sends a file to the OCR enqueue endpoint, polls the job until processing finishes, and retrieves the OCR result containing the words and text content for each page.
1
enqueueOcr
Enqueue_OCR_Product_Inference_v2_products_ocr_enqueue_post
Send the document to the asynchronous OCR queue. Returns a job whose status begins as Processing.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the OCR job reports Processed or Failed.
3
getResult
Get_OCR_Product_Result_v2_products_ocr_results__inference_id__get
Retrieve the completed OCR inference and read the recognized words and text content for each page of the document.
Source API Descriptions
openapi