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 ParsingOCRIDPAIMachine 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
Enqueue_Split_Product_Inference_v2_products_split_enqueue_post
Send the multi-document file to the asynchronous split queue to discover its document ranges.
2
pollSplit
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the split job reports Processed or Failed.
3
getSplit
Get_Split_Product_Result_v2_products_split_results__inference_id__get
Read the identified document ranges from the completed split inference.
4
enqueueExtraction
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the same file to the extraction queue against the chosen extraction model to read the contents of the documents.
5
pollExtraction
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the extraction job reports Processed or Failed.
6
getExtraction
Get_Extraction_Product_Result_v2_products_extraction_results__inference_id__get
Retrieve the completed extraction inference and read the structured fields parsed from the documents.
Source API Descriptions
openapi
openapi