Mindee · Arazzo Workflow
Mindee Classify Document Type
Version 1.0.0
Enqueue a document for classification, poll until processed, then read the predicted document type.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
classify-document-type
Upload a document and read its predicted document type.
Sends a file to the classification enqueue endpoint, polls the job until processing finishes, and retrieves the classification result.
1
enqueueClassification
Enqueue_Classification_Product_Inference_v2_products_classification_enqueue_post
Send the document to the asynchronous classification 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 classification job reports Processed or Failed.
3
getResult
Get_classification_Product_Result_v2_products_classification_results__inference_id__get
Retrieve the completed classification inference and read the predicted document type from the source file.
Source API Descriptions
openapi