- 概述
- 入门指南
- Activities (活动)
- Insights 仪表板
- Document Understanding 流程
- Document Understanding 流程模板
- 快速入门教程
- 框架组件
- 模型详细信息
- 概述
- Document Understanding - ML 包
- DocumentClassifier - ML 包
- 具有 OCR 功能的 ML 包
- 1040 - ML 包
- 1040 附表 C - ML 包
- 1040 附表 D - ML 包
- 1040 附表 E - ML 包
- 1040x - ML 包
- 3949a - ML 包
- 4506T - ML 包
- 709 - ML 包
- 941x - ML 包
- 9465 - ML 包
- ACORD125 - ML 包
- ACORD126 - ML 包
- ACORD131 - ML 包
- ACORD140 - ML 包
- ACORD25 - ML 包
- 银行对账单 - ML 包
- 提单 - ML 包
- 公司注册证书 - ML 包
- 原产地证书 - ML 包
- 检查 - ML 包
- 儿童产品证书 - ML 包
- CMS1500 - ML 包
- 欧盟符合性声明 - ML 包
- 财务报表 (Financial statements) - ML 包
- FM1003 - ML 包
- I9 - ML 包
- ID Cards - ML 包
- Invoices - ML 包
- InvoicesAustralia - ML 包
- 中国发票 - ML 包
- 希伯来语发票 - ML 包
- 印度发票 - ML 包
- 日本发票 - ML 包
- 装运发票 - ML 包
- 装箱单 - ML 包
- 工资单 - ML 包
- 护照 - ML 包
- 采购订单 - ML 包
- 收据 - ML 包
- 汇款通知书 - ML 包
- UB04 - ML 包
- 水电费账单 - ML 包
- 车辆所有权证明 - ML 包
- W2 - ML 包
- W9 - ML 包
- 其他开箱即用的 ML 包
- 公共端点
- 流量限制
- OCR 配置
- 管道
- OCR 服务
- 支持的语言
- 深度学习
- 数据与安全性
- 许可和计费逻辑

Document Understanding classic user guide
Document Understanding 流程模板
概述
Document Understanding Process is a fully functional UiPath® Studio project template based on a document processing flowchart. You can use it to get started with working on either a demo, or a large-scale implementation of Document UnderstandingTM.
该流程提供日志记录、异常处理、重试机制以及应在“Document Understanding”工作流中使用的所有方法,且开箱即用。
框架
Document Understanding 流程模板已预先配置各种基本文档类型,以及特定于活动包的分类器和提取程序。模板具有以下项目兼容性类型:
- Windows – This framework uses the IntelligentOCR activity package, designed for Windows projects.
- Cross-platform – This framework uses the DocumentUnderstanding activity package, designed for Cross-platform projects.
Both template types are compatible with modern projects, making the process template a best practice sample that you can adapt to your needs.
Figure 1. Document Understanding Project Extractor in the template

架构
流程的架构与其他已连接的自动化解耦:
- 待处理文件的来源或触发执行的对象无关紧要,这是上游流程的职责;
- 无论在何处使用提取的信息,这都是下游流程的职责。
该流程对于使用运行 Document Understanding 的 Attended Robot 和 Unattended Robot 的场景具有相同的架构,并通过 Action Center 进行人机回圈验证。
系统不会批量处理项目。相反,每个输入文件只有一个作业。处理每个项目都需要调度程序,但这种灵活的方法可帮助您开始开发、调试和扩展 Document Understanding 流程。
支持的项目语言类型
The Document Understanding Process template only supports Visual Basic projects.
默认依赖项
Dpending on the template type, the default dependencies in a Document Understanding Process are:
- Windows:
- Cross-platform:
如何访问流程
Document Understanding Process is compatible with Studio version 21.4.4 or higher. For previous Studio versions, you can download the NuGet package from here.
You can find the Document Understanding Process template on the official template feed. Navigate to the Templates tab and select the Document Understanding Process card.
Figure 2. Official Feed for Studio Templates

Select Use Template.
Figure 3. Use Document Understanding Process template

Enter a Name for your process and choose a Location on your PC. For Compatibility, select the type of project compatibility you want the template to have. Each compatibility type uses a different activity package for its framework. Lastly, select Create to open the process.
Figure 4. Document Understanding Process template project types

用户指南
The process comes with detailed documentation included in the project folder. We recommend you to read the enclosed User Guide even if you are familiar with the Document Understanding solution.
贡献项目
You can contribute directly to the project by making a pull request or by opening an issue in our repository here. If you want to create a new branch, please be aware of the naming conventions in the README.md file.