- Información general
- Proceso de Document Understanding
- Tutoriales de inicio rápido
- Componentes de marco
- Paquetes ML
- Procesos
- Gestor de datos
- Servicios de OCR
- Document Understanding implementado en Automation Suite
- Document Understanding implementado en AI Center independiente
- Aprendizaje profundo
- Crear un modelo ML de alto rendimiento
- Licencia
- Referencias
- Actividades.DeUipath
- 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
Create a UiPathDocumentOCR ML package in AI Center.
For online installation, the UiPathDocumentOCR model is already included in the Out of the box packages section. Go to ML Packages > Out of the box packages > UiPath Document Understanding > UiPathDocumentOCR, and click Submit.
For offline installation, go to the ML Packages tab from the left sidebar of AI Center and create a new package. Name the package and upload the package that you have downloaded from this page. Choose JSON input type, and the corresponding Python language. Create package.
When creating a UiPathDocumentOCR ML Package in AI Center, it cannot be named ocr or OCR. Make sure to choose another name.
Go to ML Skills and create a new ML skill for the UiPathDocumentOCR package you created.
Please use Advanced Infra Settings to update the deployment to update the replica (the number of replica should ideally be equal to the number of nodes) and maximize the CPU (at least 4) and RAM requests if you are not using GPU machines, or the UiPathDocumentOCR processing will be slow and may fail.
El motor OCR necesita la GPU para un rendimiento óptimo, y se recomienda para cargas de trabajo de producción. Sin embargo, si la GPU no está disponible, puede seguir ejecutándose en la CPU, aunque requiere recursos superiores a los predeterminados. La configuración avanzada de infraestructura debe ajustarse como tal:
-
Replicas: increase if there is concurrent usage of UiPathDocumentOCR. If you are using UiPathDocumentOCR to do imports on a single Data Labeling session at a time and the UiPathDocumentOCR is not used in other UiPath workflows then 1 replica suffices. Otherwise, the number of replicas needs to be increased. There is no "magic" number here, you need some trial and error. Do not use more than 2 replicas on a single node installation. Ideally, replica count should equal the number of nodes in the cluster (1 replica/node). If more parallelism is needed, increasing the CPU helps
-
CPU: debe ser al menos 4 (para cada réplica). Asegúrate de tener los recursos adecuados. No existe un número "mágico", pero más CPU significa un tiempo de procesamiento más rápido. Debes probar en tus escenarios específicos qué es suficiente.
It can take up to 30 minutes for the ML Skill to be ready. You may need to refresh the AI Center page to see the status change. Once the ML Skill is available, double-click the ML Skill and go to Modify current deployment.
Activa el selector para hacer pública la habilidad ML. Es posible que tengas que esperar unos minutos y actualizar la página.
Double-click the ML Skill and copy the URL, which is the endpoint of the UiPathDocumentOCR for later use.
Congrats! You have successfully deployed UiPathDocumentOCR on AI Center.