Affinda · Arazzo Workflow
Affinda Parse and Correct Annotations
Version 1.0.0
Upload a document, wait for parsing, list its annotations, then batch-correct them.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
parse-and-correct-annotations
Parse a document, review its annotations, then batch-correct them.
Uploads a file, waits for parsing, lists the document's annotations, and submits a batch update with corrected annotation values.
1
uploadDocument
createDocument
Upload the file with wait=false so an identifier is returned for polling.
2
pollUntilReady
getDocument
Poll the document until meta.ready becomes true.
3
listAnnotations
getAllAnnotations
List the document's annotations so the parsed fields can be reviewed.
4
correctAnnotations
batchUpdateAnnotations
Submit a batch of corrected annotation values to fix extraction mistakes.