Affinda · Arazzo Workflow
Affinda Parse and Reject a Document
Version 1.0.0
Upload a document, wait for parsing, inspect the result, then branch to reject or confirm it.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
parse-and-reject-document
Parse a document then reject it if it failed, otherwise confirm it.
Uploads a file, polls until ready, and branches: failed documents are rejected, successful documents are confirmed.
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, then branch on whether processing failed.
3
rejectDocument
updateDocument
Reject the document because processing failed.
4
confirmDocument
updateDocument
Confirm the document because processing succeeded.