- Overview
- Document Understanding Process
- Quickstart tutorials
- Framework components
- ML packages
- Overview
- Document Understanding - ML package
- DocumentClassifier - ML package
- ML packages with OCR capabilities
- 1040 - ML package
- 4506T - ML package
- 990 - ML Package - Preview
- ACORD125 - ML package
- ACORD126 - ML package
- ACORD131 - ML package
- ACORD140 - ML package
- ACORD25 - ML package
- Bank Statements - ML package
- Bills Of Lading - ML package
- Certificate of Incorporation - ML package
- Certificate of Origin - ML package
- Checks - ML package
- Children Product Certificate - ML package
- CMS 1500 - ML package
- EU Declaration of Conformity - ML package
- Financial Statements - ML package
- FM1003 - ML package
- I9 - ML package
- ID Cards - ML package
- Invoices - ML package
- Invoices Australia - ML package
- Invoices China - ML package
- Invoices India - ML package
- Invoices Japan - ML package
- Invoices Shipping - ML package
- Packing Lists - ML package
- Passports - ML package
- Payslips - ML package
- Purchase Orders - ML package
- Receipts - ML Package
- Remittance Advices - ML package
- Utility Bills - ML package
- Vehicle Titles - ML package
- W2 - ML package
- W9 - ML package
- Other Out-of-the-box ML Packages
- Public Endpoints
- Hardware requirements
- Pipelines
- Document Manager
- OCR services
- Deep Learning
- Document Understanding deployed in Automation Suite
- Document Understanding deployed in AI Center standalone
- Licensing
- Activities
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentProcessing.Contracts
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.IntelligentOCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
Deploy an out-of-the-box ML package
This page describes how to deploy an out-of-the-box Document Understanding ML Package. For demonstration purposes, we are going to use the Invoices ML Package as an example.
For online installation, the Invoices model is already included in the Out of the box packages section. Go to ML Packages > Out of the box packages > UiPath Document Understanding > Invoices, and click Submit.
For offline installation, please upload the Invoices ML Package as a Zip file. To download the models, contact your Account Manager, CSM, or Support. You will receive a download link per package.
Choose Json input type and the corresponding Python language.
Click Create.
Go to the ML Skills tab from the left sidebar of AI Center and create a new ML Skill. This can take up to 30 minutes.
Congrats! You have successfully deployed the Invoices ML Model on AI Center.
Once the ML Skill is created, you can directly use the private ML Skill in the Studio workflow. Or, if you have installed the online version of AI Center standalone and you want to use the public ML Skill, please follow the below instruction to get the public ML Skill endpoint (optional).
Once the ML Skill is created, double-click the ML Skill and go to Modify current deployment.
Switch the toggle on to make the ML Skill public. You may need to wait for a few minutes and refresh the page.
Once the ML Skill is ready, copy the URL, which is the endpoint of the Invoices ML Package for later use.
If you want to import in an On Premises instance an out-of-the-box ML package that was previously exported from a Cloud instance, then you need to do the following:
- use this procedure to export the ML package
- open the
metadata.json
file for this ML package. - identify the
imagePath
field and replace its value with the value found in the metadata page for the used ML package. Make sure to use the metadata value not the du bundle value. - save all changes and start the package import to the On premises instance.
The ML packages with 2022.10 version can be installed only on an AI Center v2022.10.0, or higher.