UiPath · Capability
UiPath Intelligent Document Processing
End-to-end workflow for intelligent document processing combining Document Understanding for OCR and data extraction with Orchestrator for automation orchestration. Used by document processing teams and RPA developers building invoice, contract, and form automation workflows.
Run with Naftiko
UiPathDocument UnderstandingIntelligent Document ProcessingOCRData ExtractionMachine Learning
What You Can Do
GET
List projects
— List document understanding projects
/v1/projects
POST
Digitize document
— OCR digitize a document
/v1/documents/digitize
POST
Classify document
— Classify a document type
/v1/documents/classify
POST
Extract document
— Extract structured data from document
/v1/documents/extract
GET
Get extraction result
— Get document extraction results
/v1/extraction-results/{requestId}
GET
List jobs
— List document processing jobs
/v1/jobs
MCP Tools
list-du-projects
List available Document Understanding projects
read-only
digitize-document
Digitize a document using OCR to extract text content
classify-document
Classify a document to identify its type (invoice, contract, form, etc.)
idempotent
extract-document-data
Extract structured data fields from a document using an ML extractor
idempotent
get-extraction-result
Retrieve the results of an asynchronous data extraction request
read-only
list-extractors
List available ML extractors for a Document Understanding project
read-only
orchestrator-list-jobs
List Orchestrator automation jobs for document processing workflows
read-only
APIs Used
document-understanding
orchestrator