Nanonets · Arazzo Workflow
Nanonets Page-Level Correct and Approve
Version 1.0.0
Pull a single page's prediction, correct its fields, then approve the file.
View Spec
View on GitHub
AIArtificial IntelligenceOCRDocument AIIntelligent Document ProcessingData ExtractionWorkflow AutomationComputer VisionNo-CodeArazzoWorkflows
Provider
Workflows
page-level-correct-and-approve
Get a page's prediction, correct fields on the file, and approve it.
Fetches a single page's prediction, patches the file's fields with corrected values, and approves the file.
1
getPage
ocrModelGetPredictionFileByPageId
Retrieve the prediction for the specific page of the 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
approveFile
verifyFile
Approve the file now that the page-level corrections are applied.
Source API Descriptions
openapi