Mindee · Arazzo Workflow
Mindee Split Then Extract
Version 1.0.0
Split a multi-document file into ranges, then extract structured fields from the original file, reading splits and fields.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
split-then-extract
Split a multi-document file, then extract fields from it.
Splits a batch file into document ranges, then enqueues the same file for extraction, polling each job to completion and reading the ranges and the extracted fields.
1
enqueueSplit
Send the multi-document file to the asynchronous split queue to discover its document ranges.
2
pollSplit
Poll the shared jobs endpoint until the split job reports Processed or Failed.
3
getSplit
Read the identified document ranges from the completed split inference.
4
enqueueExtraction
Send the same file to the extraction queue against the chosen extraction model to read the contents of the documents.
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 documents.
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.