# Present Classification Station

> `UiPath.IntelligentOCR.Activities.DocumentClassification.PresentClassificationStation`

`UiPath.IntelligentOCR.Activities.DocumentClassification.PresentClassificationStation`

## Description

Opens the **Classification Station**, which enables users to manually separate the files into document types and also to verify and correct, if needed, the automatic classification and separation of files based on the document type.

## Project compatibility

**Windows-Legacy | Windows**

## Configuration

#### Designer panel

* **DocumentPath** - The path to the document you want to validate. This field supports only strings and `String` variables.
  :::note
  The supported file types for this property field are: `.png`, `.gif`, `.jpe`, `.jpg`, `.jpeg`, `.tiff`, `.tif`, `.bmp`, and `.pdf`.
  :::
* **DocumentText** - The text of the document itself, stored in a `String` variable. This value can be retrieved from the **Digitize Document** activity. Visit [Digitize Document](https://docs.uipath.com/activities/other/latest/document-understanding/digitize-document) to learn how to retrieve this value. This field supports only strings and `String` variables.
* **DocumentObjectModel** - The Document Object Model (DOM) you want to use to validate the document against. This model is stored in a `Document` variable and can be retrieved from the **Digitize Document** activity. Visit [Digitize Document](https://docs.uipath.com/activities/other/latest/document-understanding/digitize-document) to learn how to retrieve this value. This field supports only `Document` variables.
* **Taxonomy** - The Taxonomy against which the document is to be processed, stored in a `DocumentTaxonomy` variable. This field supports only `DocumentTaxonomy` variables.
* **AutomaticClassificationResults** - Provides the automatic classification results for human review. If not provided, the **Classification Station** opens for full manual processing.

#### Properties panel

**Common**
* **DisplayName** - The display name of the activity.

**Input**
* **AutomaticClassificationResults** - Provides the automatic classification results for human review. If not provided, the **Classification Station** opens for full manual processing.
* **DocumentObjectModel** - The Document Object Model (DOM) you want to use to validate the document against. This model is stored in a `Document` variable and can be retrieved from the **Digitize Document** activity. Visit [Digitize Document](https://docs.uipath.com/activities/other/latest/document-understanding/digitize-document) to learn how to retrieve this value.. This field supports only `Document` variables.
* **DocumentPath** - The path to the document you want to validate. This field supports only strings and `String` variables.
  :::note
  The supported file types for this property field are: `.png`, `.gif`, `.jpe`, `.jpg`, `.jpeg`, `.tiff`, `.tif`, `.bmp`, and `.pdf`.
  :::
* **DocumentText** - The text of the document itself, stored in a `String` variable. This value can be retrieved from the **Digitize Document** activity. Visit [Digitize Document](https://docs.uipath.com/activities/other/latest/document-understanding/digitize-document) to learn how to retrieve this value.. This field supports only strings and `String` variables.
* **Taxonomy** - The Taxonomy against which the document is to be processed, stored in a `DocumentTaxonomy` variable. This field supports only `DocumentTaxonomy` variables.

**Misc**
* **EnablePageReordering** - If set to True, allows you to reorder document pages in the Classification Station by drag and dropping the pages in the desired order.
* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

**Output**
* **ValidatedClassificationResults** - Provides the human validated classification results. This field supports only an array and requires the same for the **AutomaticClassificationResults** option.
  :::important
  In case you use an Intel Xe GPU and **Classification Station** is not displayed properly, we recommend updating the graphics driver to the latest version. Visit [Intel support](https://www.intel.com/content/www/us/en/support.html) for more information.
  :::
