Mindee · Arazzo Workflow
Mindee Receipt Extraction
Version 1.0.0
Enqueue a receipt with confidence scoring, poll until processed, then read the extracted line items and totals.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
receipt-extraction
Upload a receipt with confidence scoring and read the extracted fields.
Sends a receipt file to the extraction enqueue endpoint with confidence enabled, polls the job until processing finishes, and retrieves the parsed fields with their confidence attributes.
1
enqueueReceipt
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the receipt file to the asynchronous extraction queue with the confidence option enabled so each field carries a confidence level.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the receipt 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 structured fields and their confidence attributes parsed from the receipt.
Source API Descriptions
openapi