Mindee · Arazzo Workflow
Mindee Split Multi-Document File
Version 1.0.0
Enqueue a multi-document file for splitting, poll until processed, then read the identified document ranges.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
split-multi-document
Upload a multi-document file and read the identified document ranges.
Sends a file to the split enqueue endpoint, polls the job until processing finishes, and retrieves the split result containing the identified document ranges.
1
enqueueSplit
Enqueue_Split_Product_Inference_v2_products_split_enqueue_post
Send the multi-document file to the asynchronous split queue. Returns a job whose status begins as Processing.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the split job reports Processed or Failed.
3
getResult
Get_Split_Product_Result_v2_products_split_results__inference_id__get
Retrieve the completed split inference and read the list of documents identified within the source file.
Source API Descriptions
openapi