Classify Document
UiPath.Abbyy.Activities.FlexiCapture.ClassifyDocument
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 for more details.
Enables you to classify a given document based on an ABBYY template layout file or an ABBYY classifier file. Can only be used inside the FlexiCapture Scope activity.
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
Stringvariables. - DefinitionFiles - The collection of paths to the FlexiCapture template files you want to use to classify the document. This field supports only
<<glossary:IEnumerable>><String>variables. - SourceDocument - The path of the document you want to classify. This field supports only strings and
Stringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Result - The resulting document type, stored in a
Stringvariable.
Example of using the Classify Document activity
You can see how the Classify Document activity is used in an example that incorporates multiple activities.
You can check and download the example from here.