Mindee · Arazzo Workflow
Mindee OCR Then Extract
Version 1.0.0
Run OCR over a document to capture its raw text, then extract structured fields from the same file, reading both outputs.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
ocr-then-extract
OCR a document for raw text, then extract structured fields from it.
Runs OCR to capture per-page text, then enqueues the same file for extraction, polling each job to completion and reading the pages and the extracted fields.
1
enqueueOcr
Send the document to the asynchronous OCR queue to capture its full text.
2
pollOcr
Poll the shared jobs endpoint until the OCR job reports Processed or Failed.
3
getOcr
Read the recognized per-page text from the completed OCR inference.
4
enqueueExtraction
Send the same file to the extraction queue against the chosen extraction model to read its structured fields.
5
pollExtraction
Poll the shared jobs endpoint until the extraction job reports Processed or Failed.
6
getExtraction
Retrieve the completed extraction inference and read the structured fields parsed from the document.
Source API Descriptions
openapi
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.