Affinda · Arazzo Workflow
Affinda Provision Collection and Ingest a Document
Version 1.0.0
Create a workspace, create a collection bound to an extractor, then upload a document into it and parse it.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
provision-and-ingest-document
Build a workspace and collection, then upload and parse a document into it.
Creates a workspace, creates an extractor-bound collection inside it, uploads a file into that collection with wait=false, and polls until the document is ready.
1
createWorkspace
createWorkspace
Create the workspace that will hold the collection and documents.
2
createCollection
createCollection
Create an extractor-bound collection inside the new workspace.
3
uploadDocument
createDocument
Upload the file into the new collection with wait=false so an identifier is returned for polling.
4
pollUntilReady
getDocument
Poll the document until meta.ready becomes true.