Affinda · Arazzo Workflow
Affinda Split a Document and Re-parse
Version 1.0.0
Upload a multi-page document, wait for parsing, then split it into separate documents that re-parse.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
split-document-and-reparse
Upload a document, wait for parsing, then split its pages into new documents.
Uploads a file, polls until ready, and submits a split request that carves the document into the supplied page groups, each of which is re-parsed.
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
splitPages
editDocumentPages
Split the document into the supplied page groups, which triggers re-parsing of each resulting child document.