Affinda · Arazzo Workflow
Affinda Parse and Record a Validation Result
Version 1.0.0
Upload a document, wait for parsing, read its annotations, and record a validation result against it.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
parse-and-validate
Parse a document then attach a validation result to it.
Uploads a file, waits for parsing, lists the document's annotations, and creates a validation result tied to the document and an annotation.
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 a specific parsed field can be referenced by the validation result.
4
createValidationResult
createValidationResult
Record a validation result against the document capturing the rule slug, message, and pass/fail outcome.