Nanonets · Arazzo Workflow
Nanonets Async OCR Predict and Poll
Version 1.0.0
Submit a large document for async OCR, then poll until the file-level prediction is ready.
View Spec
View on GitHub
AIArtificial IntelligenceOCRDocument AIIntelligent Document ProcessingData ExtractionWorkflow AutomationComputer VisionNo-CodeArazzoWorkflows
Provider
Workflows
async-ocr-predict-and-poll
Async predict on a file then poll the inference request for the finished result.
Uploads a file to a Nanonets OCR model in async mode and polls the inference request endpoint until the file prediction is returned.
1
submitAsync
ocrModelLabelFileAsyncByModelIdPost
Upload the file to the model in async mode and capture the request_file_id used to poll for the result.
2
pollPrediction
ocrModelGetPredictionFileByFileId
Fetch the file-level prediction for the request_file_id. Branch back to poll again while no prediction array is present, otherwise finish.