Export Extraction Results
UiPath.IntelligentOCR.Activities.DataExtraction.ExportExtractionResults
Description
Gives you access to extraction results by exporting results from an ExtractionResult variable to a DataSet variable which can be further processed. The ExtractionResult variable can be obtained from the Data Extraction Scope or the Present Validation Station activities.
Project compatibility
Windows-Legacy | Windows
Configuration
Designer panel
- ExtractionResults - The results of an extraction process that you want to export, stored in an
ExtractionResultvariable. This field supports onlyExtractionResultvariables. - DataSet - The exported data, stored in a
DataSetvariable. The data contained in theDataSetobject only contains the value itself from anExtractionResult, without the reference and confidence level. This variable can easily be converted to a spreadsheet by using the Excel activities.
Properties panel
Common
- DisplayName - The display name of the activity.
Input
- ExtractionResults - The results of an extraction process that you want to export, stored in an
ExtractionResultvariable. This field supports onlyExtractionResultvariables.
Misc
- IncludeConfidence - If selected, the output DataSet includes confidence information for each reported value. By default, the value is set as False.
- IncludeOCRConfidence - If selected, the output DataSet includes OCR confidence information for each reported value. By default, the value is set as False.
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- DataSet - The exported data, stored in a
DataSetvariable. The data contained in theDataSetobject only contains the value itself from anExtractionResult, without the reference and confidence level. This variable can easily be converted to a spreadsheet by using the Excel activities.