document-understanding
2022.4
true
Document Understanding 用户指南
- 概述
- Document Understanding 流程
- 快速入门教程
- 框架组件
- ML 包
- 管道
- Document Manager
- OCR 服务
- OCR 服务
- 部署在 Automation Suite 中的 Document Understanding
- 在 AI Center 独立版中部署的 Document Understanding
- 深度学习
- 训练高效能模型
- 许可
- 参考
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.Intelligent OCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.DocumentProcessing.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
关于 OCR 服务
OCR 服务用于以下目的:
- 在为数据加标签时,当将文档导入到 Document Manager 时。此步骤可用的引擎包括 UiPath Document OCR、Google Cloud Vision OCR 和 Microsoft Read OCR。
- 在运行时,从 RPA 工作流调用模型时。此步骤可用的引擎是与 UiPath RPA 平台集成的所有引擎,包括上述引擎,以及 Abbyy Finereader、Microsoft OCR(旧版)、Microsoft Project Oxford OCR 和 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).
为便于测试,您也可以直接在 AI Center(“设置”窗口)中配置 OCR,但对于生产部署不建议这样做。
在 Document Manager 和 AI Center Document Understanding ML 包中配置 OCR 服务
下表显示了如何在 Document Manager 和 AI Center 中配置 6 种受支持的 OCR 引擎类型。
重要提示:
ocr.method 参数对应于 AI Center 的“ML 包创建”视图中的“OCR 引擎”下拉列表。
| OCR 引擎 | OCR 方法 | OCR 密钥 | OCR URL |
|---|---|---|---|
| UiPath | UiPath 文档 OCR | UiPath Automation Cloud Document Understanding API 密钥 企业计划 | http://<IP_addr>:<port_number> |
| Google Cloud Vision OCR | GCP 控制台 API 密钥 | https://vision.googleapis.com/v1/images:annotate | |
| Microsoft Read 2.0 内部部署 | Microsoft Read OCR | 无 | http://<IP_addr>:<port_number>/vision/v2.0/read/core/Analyze |
| Microsoft Read 2.0 Azure | Microsoft Read OCR | 来自 Azure 门户的资源的 API 密钥 | <Azure_resource_Endpoint>/vision/v2.0/read/core/asyncBatchAnalyze |
| Microsoft Read 3.2 内部部署 | Microsoft Read OCR | 无 | http://<IP_addr>:<port_number>/vision/v3.2/read/analyze |
| Microsoft Read 3.2 Azure | Microsoft Read OCR | 来自 Azure 门户的资源的 API 密钥 | <Azure_resource_Endpoint>/vision/v3.2/read/analyze |