Über OCR-Dienste
OCR Engines werden für die folgenden Zwecke verwendet:
- At data labeling time, when importing documents into Document Manager. The engines available for this step are UiPath Document OCR, Google Cloud Vision OCR, and Microsoft Read OCR.
- Zur Laufzeit beim Aufrufen von Modellen aus RPA-Workflows. Die für diesen Schritt verfügbaren Engines sind alle in die UiPath-RPA-Plattform integrierte Engines, einschließlich der oben genannten, sowie Abbyy Finereader, Microsoft OCR (Legacy), Microsoft Project Oxford OCR und Tesseract.
In production, we recommend calling the OCR using the Digitize Document activity in your workflow and passing the Document Object Model as input to the activity calling the ML model. For this purpose, you need to use the Machine Learning Extractor activity (Official feed).
Für Testzwecke lässt sich die OCR auch gut direkt im AI Center konfigurieren (Fenster Einstellungen), aber für Produktionsbereitstellungen wird dies nicht empfohlen.
Configuring OCR service in Document Manager and AI Center Document Understanding ML Packages
The table below shows how to configure the six supported OCR engine types in both Document Manager and AI Center.
Warning
In AI Center entspricht das Argument
ocr.method
dem Dropdownmenü „OCR Engine“ in der Ansicht „Erstellen von ML-Paketen“.
OCR Engine | OCR Method | OCR Key | OCR URL |
---|---|---|---|
UiPath | UiPath Document OCR | UiPath Automation Cloud |
|
Google Cloud Vision OCR | GCP Console API Key |
| |
Microsoft Read 2.0 On-Prem | Microsoft Read OCR | None |
|
Microsoft Read 2.0 Azure | Microsoft Read OCR | API Key for your resource from Azure Portal |
|
Microsoft Read 3.2 On-Prem | Microsoft Read OCR | None |
|
Microsoft Read 3.2 Azure | Microsoft Read OCR | API Key for your resource from Azure Portal |
|
Aktualisiert vor 2 Monaten