Mindee · Arazzo Workflow
Mindee Custom Document Extraction
Version 1.0.0
Enqueue an arbitrary document against a custom model with raw text capture, poll until processed, then read fields and full text.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
custom-document-extraction
Upload a custom document with raw text capture and read fields plus full text.
Sends a document to the extraction enqueue endpoint against a custom model with raw_text enabled, polls the job until processing finishes, and retrieves both the extracted fields and the raw document text.
1
enqueueDocument
Send the document to the asynchronous extraction queue against the custom model with raw_text enabled so the full document text is returned.
2
pollJob
Poll the shared jobs endpoint until the custom extraction job reports Processed or Failed.
3
getResult
Retrieve the completed extraction inference and read the custom fields and the full raw text parsed from 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.