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 ParsingOCRIDPArtificial IntelligenceMachine-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
Send the document to the asynchronous OCR queue. Returns a job whose status begins as Processing.
2
pollJob
Poll the shared jobs endpoint until the OCR job reports Processed or Failed.
3
getResult
Retrieve the completed OCR inference and read the recognized words and text content for each page of the document.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.