UiPath · Arazzo Workflow
UiPath Discover Extractors and Extract a Document
Version 1.0.0
Resolve a project, discover its extractors, digitize a document, and extract data with polling.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
discover-and-extract-document
Resolve a project, discover extractors, digitize, and extract with polling.
Resolves a project by name, discovers its extractors, digitizes a document, and runs an async extraction with polling.
1
findProject
listProjects
List the available Document Understanding projects to resolve the project ID for the supplied project name.
2
discoverExtractors
listExtractors
List the extractors configured in the resolved project to confirm the target document type can be extracted.
3
digitize
digitizeDocument
Submit the document for digitization to obtain the document ID used by the extraction step.
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