Nanonets · Arazzo Workflow
Nanonets Predict Correct and Re-export
Version 1.0.0
Predict on a file, correct its extracted fields, and retry the export.
View Spec
View on GitHub
AIArtificial IntelligenceOCRDocument AIIntelligent Document ProcessingData ExtractionWorkflow AutomationComputer VisionNo-CodeArazzoWorkflows
Provider
Workflows
predict-correct-and-reexport
Predict, correct extracted fields, and retry the downstream export.
Runs a sync prediction, patches the file's fields with corrected values, and retries the export for the file.
1
predict
ocrModelLabelFileByModelIdPost
Run a synchronous OCR prediction on the uploaded file.
2
updateFields
updateFileFields
Patch the file with corrected field values. use_ui_version=true is required and the body mirrors the prediction response structure.
3
retryExport
retryAllExports
Re-trigger the downstream export for the corrected file.
Source API Descriptions
openapi