UiPath · Arazzo Workflow
UiPath Digitize, Classify, and Extract a Document
Version 1.0.0
Run the full document understanding pipeline with polling for async results.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
digitize-classify-extract
Digitize a document, then classify and extract it with async polling.
Digitizes a document to obtain a document ID, runs async classification with polling, then runs async extraction with polling against the same document.
1
digitize
digitizeDocument
Submit the document for digitization to obtain the document ID used by the classification and extraction steps.
2
startClassification
classifyDocumentAsync
Start an asynchronous classification job for the digitized document and capture the request ID for polling.
3
pollClassification
getClassificationResult
Retrieve the classification result by its request ID. Loop back while the job is still NotStarted or Running; otherwise continue to extraction.
4
startExtraction
extractDocumentAsync
Start an asynchronous extraction job for the digitized document using the supplied document type and capture the request ID for polling.
5
pollExtraction
getExtractionResult
Retrieve the extraction result by its request ID. Loop back while the job is still NotStarted or Running; otherwise record the final result.
Source API Descriptions
openapi