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
Submit the document for digitization to obtain the document ID used by the classification and extraction steps.
2
startClassification
Start an asynchronous classification job for the digitized document and capture the request ID for polling.
3
pollClassification
Retrieve the classification result by its request ID. Loop back while the job is still NotStarted or Running; otherwise continue to extraction.
4
startExtraction
Start an asynchronous extraction job for the digitized document using the supplied document type and capture the request ID for polling.
5
pollExtraction
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
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.