# FlexiCapture Classifier

> `UiPath.Abbyy.Activities.FlexiCapture.FlexiCaptureClassifier`
:::note
The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#deprecated-features-or-capabilities) for more details.
:::

`UiPath.Abbyy.Activities.FlexiCapture.FlexiCaptureClassifier`
:::note
The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#deprecated-features-or-capabilities) for more details.
:::

Enables you to classify a given document based on a set of FlexiCapture definition files or a FlexiCapture classifier file. Can only be used inside a [Classify Document Scope](https://docs.uipath.com/activities/other/latest/document-understanding/classify-document-scope) activity. To configure this activity properly, use the **Configure Classifiers** wizard in the **Classify Document Scope** activity to map all document definition names to the corresponding document types defined in the Taxonomy.

## Properties

#### Common

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

#### Input

* **ClassifierFile** - The path of the FlexiCapture classifier file you want to use to classify the specified document. This field supports only strings and `String` variables.
* **DefinitionFiles** - The collection of paths to the FlexiCapture template files you want to use to classify the document. This field supports only `IEnumerable<String>` variables.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

## Learn More

To learn more about **FlexiCapture Classifier**, click [here](https://docs.uipath.com/activities/other/latest/document-understanding/flexi-capture-classifier#flexicapture-classifier).
