Mindee · Arazzo Workflow
Mindee Invoice Extraction
Version 1.0.0
Enqueue an invoice for extraction, poll the job until processed, then read the extracted fields.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
invoice-extraction
Upload an invoice, wait for processing, and read the extracted fields.
Sends an invoice file to the extraction enqueue endpoint, polls the job status until processing finishes, and retrieves the extraction inference result containing the parsed fields.
1
enqueueInvoice
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the invoice file to the asynchronous extraction queue using the invoice extraction model. Returns a job whose status begins as Processing.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint for the enqueued invoice. The job remains Processing until extraction completes, then 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 structured fields parsed from the invoice.
Source API Descriptions
openapi