Mindee · Arazzo Workflow
Mindee Crop Document
Version 1.0.0
Enqueue a document for cropping, poll until processed, then read the detected objects and their crop coordinates.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
crop-document
Upload a document and read the detected crop regions.
Sends a file to the crop enqueue endpoint, polls the job until processing finishes, and retrieves the crop result containing the detected objects and their coordinates.
1
enqueueCrop
Enqueue_Crop_Product_Inference_v2_products_crop_enqueue_post
Send the document to the asynchronous crop 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 crop job reports Processed or Failed.
3
getResult
Get_Crop_Product_Result_v2_products_crop_results__inference_id__get
Retrieve the completed crop inference and read the detected objects and their cropping coordinates.
Source API Descriptions
openapi