# Export Extraction Results

> `UiPath.IntelligentOCR.Activities.DataExtraction.ExportExtractionResults`

`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](https://docs.uipath.com/activities/other/latest/document-understanding/data-extraction-scope) or the [Present Validation Station](https://docs.uipath.com/activities/other/latest/document-understanding/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 `ExtractionResult` variable. This field supports only `ExtractionResult` variables.
* **DataSet** - The exported data, stored in a `DataSet` variable. The data contained in the `DataSet` object only contains the value itself from an `ExtractionResult`, 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 `ExtractionResult` variable. This field supports only `ExtractionResult` variables.

**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 `DataSet` variable. The data contained in the `DataSet` object only contains the value itself from an `ExtractionResult`, without the reference and confidence level. This variable can easily be converted to a spreadsheet by using the Excel activities.
