document-understanding
2022.4
true
- Overview
- Document Understanding Process
- Quickstart Tutorials
- Framework Components
- Data Consumption Overview
- Data Consumption Related Activities
- ML Packages
- Pipelines
- Document Manager
- OCR Services
- Document Understanding deployed in Automation Suite
- Document Understanding deployed in AI Center standalone
- Deep Learning
- Licensing
- References
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.IntelligentOCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.DocumentProcessing.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
Data Consumption Overview
Document Understanding User Guide
Last updated Oct 24, 2024
Data Consumption Overview
Once you validate the extracted data, you can use it as it is or export it as a
DataSet
variable using the Export Extraction Results activity.
The variable can be later saved into a
DataTable
format, so you can export it to whatever environment you need in order to consume it.
For instance, you can easily convert the values into an Excel file, further process the data in Queues and then perform data entry into an Enterprise Resource Planning tool.
Taking this into account, the Export Extraction Results activity can be used with:
-
Automatic extraction results output of the Data Extraction Scope - for RPA-based validation purposes, this is an excellent alternative of accessing the extracted data.
Note: Make sure to set the IncludeConfidence flag to True. - Confirmed extraction results output of the Present Validation Station - for downstream usage purposes, this is a straightforward means of accessing the actual values extracted through the Document Understanding framework.