Mindee · Arazzo Workflow
Mindee Classify Then Extract
Version 1.0.0
Classify an unknown document, then run extraction on the same file once the type is known, reading the parsed fields.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
classify-then-extract
Classify a document, then extract structured fields from it.
Classifies a document to discover its type, then enqueues the same file for extraction, polling each job to completion and reading the predicted type and the extracted fields.
1
enqueueClassification
Send the document to the asynchronous classification queue to discover its type.
2
pollClassification
Poll the shared jobs endpoint until the classification job reports Processed or Failed.
3
getClassification
Read the predicted document type from the completed classification inference.
4
enqueueExtraction
Now that the document type is known, send the same file to the extraction queue against the chosen extraction model.
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.