UiPath.IntelligentOCR.Activities.Training.TrainClassifiers
Provides a scope for any classifier activities you want to train. The activities must be manually dragged and dropped into the body of the activity.
Properties
Common
- DisplayName - The display name of the activity.
Input
- DocumentObjectModel - The Document Object Model 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. Please see the documentation of each activity for more information on how to do this. This field supports onlyDocument
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
- DocumentText - The text of the document itself, stored in a String variable. This value can be retrieved from the Digitize Document activity. Please see the documentation of each activity for more information on how to do this. This field supports only strings and String variables.
- HumanValidatedClassificationData - The output from the classification station, stored in an
ClassificationResult[]
proprietary variable. Incompatible with HumanValidatedData. - HumanValidatedData - The output from the validation station, stored in an
ExtractionResult
proprietary variable. Incompatible with HumanValidatedClassificationData.
Note:
If the DocumentObjectModel and HumanValidatedData files are from different sources, an error is thrown at runtime.
- Taxonomy - The Taxonomy against which the document is to be processed, stored in a
DocumentTaxonomy
variable. This field supports onlyDocumentTaxonomy
variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
How to use the Train Classifiers Wizard
- Add a Train Classifiers Scope activity to your workflow.
- In the Properties panel, add your custom configurations in the DocumentObjectModel, DocumentPath, DocumentText and HumanValidatedData fields.
- Place a Keyword Based Classifier activity inside the Train Classifiers Scope activity.
- Configure your classifiers by clicking on the Configure Classifiers button.
- You can now see the Wizard.


- Select the check boxes for the classifiers you want to activate.
- Click on the Save button once all the classifiers are selected.


Updated 2 months ago