Affinda · Arazzo Workflow
Affinda Create Document from Data and Index It
Version 1.0.0
Create a resume document directly from structured data, wait for it, then add it to a search index.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
create-document-from-data-and-index
Create a document from structured data, wait for it, then index it.
Posts structured data to create a document, polls until meta.ready is true, and indexes the resulting document into a named index.
1
createFromData
createDocumentFromData
Create a document directly from structured data with wait=false so an identifier is returned for polling.
2
pollUntilReady
getDocument
Poll the document until meta.ready becomes true.
3
indexDocument
createIndexDocument
Add the created document to the search index so it becomes discoverable.