Affinda · Arazzo Workflow
Affinda Create Search Index and Add a Document
Version 1.0.0
Create a Search & Match index, add a document to it, then list the index's documents.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
create-index-and-add-document
Create an index, add a document, then list the index's documents.
Creates a named index, indexes the supplied document into it, and lists the index documents to confirm.
1
createIndex
createIndex
Create a new Search & Match index.
2
addDocument
createIndexDocument
Index the supplied document into the new index.
3
listIndexDocuments
getAllIndexDocuments
List the documents in the index to confirm the document was added.