document-understanding
2022.4
true
- Overview
- Document Understanding Process
- Quickstart Tutorials
- Framework Components
- ML Packages
- Pipelines
- Document Manager
- OCR Services
- Document Understanding deployed in Automation Suite
- Document Understanding deployed in AI Center standalone
- Deep Learning
- Licensing
- References
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.IntelligentOCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.DocumentProcessing.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
Machine Learning Classifier
Document Understanding User Guide
Last updated Oct 24, 2024
Machine Learning Classifier
Machine Learning Classifier uses a machine learning model deployed as an ML Skill in AI Center to perform document classification tasks.
Perform the following steps to use the Machine Learning Classifier:
-
Create a classifier model on AI Center.
Note: Use the DocumentClassifier package available under Out-of-Box Document Understanding packages on AI Center. The data required for model training is collected through Machine Learning Classifier Trainer. - Use the Taxonomy Manager Wizard to define your document type, with the fields you are targeting for data extraction. The Machine Learning Classifier activity can work by default with Invoices, Purchase Orders, Receipts, and Utility Bills.
- Drag and drop the Machine Learning Classifier activity into the Classify Document Scope activity. Review the message and click OK.
- In the Machine Learning Classifier wizard that automatically opens, provide the ML Skill and the ApiKey information.
You should consider using the Machine Learning Classifier if:
- Your need to classify the single documents into different document types. No splitting is required.
- The custom document types are very similar. A trained Machine Learning Classifier can differentiate more easily between two similar document types than the Intelligent Keyword Classifier.
To learn more about Machine Learning Classifier, please visit this page.