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 ParsingOCRIDPAIMachine 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
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
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
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the custom extraction job reports Processed or Failed.
3
getResult
Get_Extraction_Product_Result_v2_products_extraction_results__inference_id__get
Retrieve the completed extraction inference and read the custom fields and the full raw text parsed from the document.
Source API Descriptions
openapi