Mindee · Arazzo Workflow
Mindee Passport and ID Extraction
Version 1.0.0
Enqueue a passport or identity document with polygon locations, poll until processed, then read the extracted holder fields.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
passport-id-extraction
Upload a passport or ID document with polygon locations and read the extracted holder fields.
Sends an identity document to the extraction enqueue endpoint with polygon location calculation enabled, polls the job until processing finishes, and retrieves the parsed identity fields with their bounding box locations.
1
enqueueDocument
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the identity document to the asynchronous extraction queue with the polygon option enabled so each field carries a bounding box location.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the identity 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 identity fields and their locations parsed from the document.
Source API Descriptions
openapi