- Primeros pasos
- Componentes de marco
- Resumen de la clasificación de documentos
- Asistente para Configurar clasificadores de Clasificar ámbito de documento
- Clasificador basado en palabras clave
- Clasificador inteligente de palabra clave
- Clasificador de CapturaFlexible
- Clasificador de aprendizaje automático
- Actividades relacionadas con la clasificación de documentos
- Paquetes ML
- Procesos
- Gestor de datos
- Servicios de OCR
- Document Understanding implementado en Automation Suite
- Document Understanding implementado en AI Center independiente
- Aprendizaje profundo
- 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.
The UiPathDocumentOCR is optimized to run on GPU. To ensure a faster performance on CPU, we recommend allocating more CPU cores to the ML Skill.
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.
La habilidad ML puede tardar hasta 30 minutos en estar lista. Es posible que tengas que actualizar la página de AI Center para ver el cambio de estado.
Congrats! You have successfully deployed UiPathDocumentOCR on AI Center.
Puedes seleccionar la Habilidad ML directamente como tu habilidad privada en el flujo de trabajo de Studio. O, si has instalado la versión en línea del AI Center independiente y quieres utilizar la Habilidad ML pública, sigue las instrucciones a continuación para obtener el punto final de la habilidad ML (opcional).
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.