- 概述
- 入门指南
- 构建模型
- 使用模型
- 模型详细信息
- 公共端点
- 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
发布
You can use the Publish section to:
- 创建项目版本:将当前模型状态冻结到项目版本中。
- 部署项目版本:使模型可从工作流访问。
- Automate your process: consume the product version in an automation and open Studio Desktop or integrate using APIs.
- 导出数据集,以便其他租户或组织使用,或者将其保存为备份。
projectVersion
A project version is a snapshot of the current models state. Since the Classifier and Extractor models are trained continuously as you upload data or interact with the model, you can use the Project version feature to freeze the current state of the models if you are satisfied with the performance. Once a project version is created, you can start using your models in a workflow.
新建项目版本
如果您对当前的模型性能感到满意,或者想在工作流中测试模型行为,请新建项目版本。
- Go to the Publish section in your project.
- Select Create a project version.
- Fill in the name of your project version in the Name field.
- [Optional] Add a description for your project version.
- Choose the models you want to be included from the Models to include drop-down list.
提示:
选择多种文档类型时,系统会自动启用分类。
- 选择部署类型。
- 选择“创建”。
创建项目版本后,您可以开始在工作流中使用模型。系统会针对所有上传的数据,对在创建流程版本期间选择的“分类器”和“提取程序”进行训练。根据模型和数据集的大小,这可能需要几分钟到几个小时。

You can check the model version used in your project version. To do so, select the three-dot icon ⋮ next to the project version and choose Edit version. You can check the model version from the Selected models section. 
部署项目版本
创建项目后,项目版本可以具有以下任一状态:
- Training: Models in the project are being trained. This is a transitory state.
- Trained: Models in the project are trained.
- Undeployed: Models trainining is complete, but the models are in idle state. Models are not consuming any resources and the project version cannot be referenced from, or used in workflows. Undeployed project versions are not available in Studio activities.
- Deployed: Models training is complete, and the are running. Models are consuming hardware resources and the project version can be referenced from and used in workflows.
To deploy a project version, select the toggle from the Deployed column.
自动化您的流程
部署项目版本后,您可以在工作流中使用模型。
If you are using Document UnderstandingTM Cloud APIs, you can also use the project in your API automation. You can do this easily be selecting Integrate via API.
- The Integrate via API button is only active if you have extraction models in your project version.
- The Open Studio Web button is not available in this screen.
If you select Integrate via API, a new window with the code is displayed. Here, you have the option to select your preferred programming language and paste this code into your preferred editor. However, please remember to modify the specified variables before consuming the deployed project via REST APIs.

导出
您可以从新式项目导出带批注的数据集,并且:
- 将它们导入到其他租户或组织的另一个新式项目中。
- Import them into a classic project. For more information on how to import datasets into a classic project, check the Document Understanding User Guide for classic projects.
备注:
Datasets exported from modern projects are compatible with classic projects only when training on model version 23.4.0 or newer.
仅导出已标注且已确认的活动(绿色盾牌图标)。 
For more information on how to export datasets and migrate your modern projects, check the Migrating modern projects page.