- 概述
- 入门指南
- 选择部署类型
- 启用 Document Understanding™
- 基于角色的访问控制
- 迁移传统项目
- 选择自动化类型
- Document Understanding 流程模板
- Document Understanding™ 配置清单
- 构建模型
- 使用模型
- 模型详细信息
- 公共端点
- 1040 - 文档类型
- 1040 计划 C - 文档类型
- 1040 计划 D - 文档类型
- 1040 计划 E - 文档类型
- 1040x - 文档类型
- 3949a - 文档类型
- 4506T - 文档类型
- 709 - 文档类型
- 941x - 文档类型
- 9465 - 文档类型
- ACORD125 - 文档类型
- ACORD126 - 文档类型
- ACORD131 - 文档类型
- ACORD140 - 文档类型
- ACORD25 - 文档类型
- 银行对账单 - 文档类型
- 提单 - 文档类型
- 公司注册证书 - 文档类型
- 原产地证书 - 文档类型
- 支票 - 文档类型
- 儿童产品证书 - 文档类型
- CMS 1500 - 文档类型
- 欧盟符合性声明 - 文档类型
- 财务报表 - 文档类型
- FM1003 - 文档类型
- I9 - 文档类型
- 身份证 - 文档类型
- 发票 - 文档类型
- 发票 2 - 文档类型
- 澳大利亚发票 - 文档类型
- 发票中国 - 文档类型
- 希伯来语发票 - 文档类型
- 发票印度 - 文档类型
- 日本发票 - 文档类别
- 发票运输 - 文档类型
- 装箱单列表 - 文档类型
- 工资单 - 文档类型
- 护照 - 文档类型
- 采购订单 - 文档类型
- 收据 - 文档类型
- 收据 2 - 文档类型
- 日本收据 - 文档类型
- 汇款通知书 - 文档类型
- UB04 - 文档类型
- 美国抵押贷款平交披露 - 文档类型
- 公用事业账单 - 文档类型
- 车辆标题 - 文档类型
- W2 - 文档类型
- W9 - 文档类型
- 支持的语言
- Insights 仪表板
- 部署在 Automation Suite 中的 Document Understanding
- 日志记录
- 许可和计费逻辑
- 如何
- 故障排除

Document Understanding modern projects 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 select a Location on your PC. Select Create to open the process.

用户指南
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.