- 概述
- 入门指南
- 构建模型
- 使用模型
- 模型详细信息
- Public endpoints for Automation Cloud and Test Cloud
- Public endpoints for Automation Cloud and Test Cloud Public Sector
- 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 仪表板
- 数据与安全性
- 日志记录
- 许可
- 如何
- 故障排除

Document Understanding 用户指南
发布
You can use the Publish section to:
- 创建项目版本:将当前模型状态冻结到项目版本中。
- 部署项目版本:使模型可从工作流访问。
- 使您的流程自动化:在自动化中使用产品版本,然后打开 Studio Web 或 Studio Desktop,或者使用 API 进行集成。
- 导出数据集,以便其他租户或组织使用,或者将其保存为备份。
projectVersion
项目版本是当前模型状态的快照。由于在您上传数据或与模型交互时,系统会持续训练分类器和提取程序模型,因此如果您对性能感到满意,则可以使用项目版本功能来冻结模型的当前状态。创建项目版本后,您就可以开始在工作流中使用模型。
新建项目版本
如果您对当前的模型性能感到满意,或者想在工作流中测试模型行为,请新建项目版本。
- Go to the Publish section in your project.
- 选择“创建项目版本”。
- 在“名称”字段中填写项目版本的名称。
- [Optional] Add a description for your project version.
- 从“要包含的模型”下拉列表中选择要包含的模型。
提示:
选择多种文档类型时,系统会自动启用分类。
- 选择部署类型。
- 选择“创建”。
创建项目版本后,您可以开始在工作流中使用模型。系统会针对所有上传的数据,对在创建流程版本期间选择的“分类器”和“提取程序”进行训练。根据模型和数据集的大小,这可能需要几分钟到几个小时。

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. 
部署项目版本
创建项目后,项目版本可以具有以下任一状态:
- 训练:项目中的模型正在接受训练。这是暂时状态。
- 已训练:项目中的模型已经过训练。
- 未部署:模型训练已完成,但模型处于空闲状态。模型未占用任何资源,并且无法从工作流中引用或使用项目版本。未部署的项目版本在 Studio 活动中不可用。
- 已部署:模型训练已完成,正在运行。模型正在消耗硬件资源,可以从工作流中引用项目版本并在其中使用。
要部署项目版本,请从“已部署”列中选择切换按钮。

编辑项目版本
要编辑项目版本,请选择所需项目版本的三点图标 ⋮,然后从下拉菜单中选择“编辑版本”:
- 名称:您无法编辑项目版本的名称。
- 描述:您无法编辑项目版本的描述。
- 选中模型:您可以查看模型的详细信息:
- 基础模型:项目版本中使用的基础机器学习 (ML) 模型。
- 文档类型:项目版本中使用的文档类型。
- 版本:机器学习模型的版本。
- Deployment tag: you can select a tag that links directly to the specific activity. This allows you to consume only a snapshot of your project. Your selection made within the classification or extraction activities in Studio show up in the Version field found in the Document Details. For more information about using the Tag and Version fields in the activities, visit the following:
- Document Understanding.Activities:
- IntelligentOCR.Activities
备注:
You can only assign a tag to a deployed project version.
自动化您的流程
部署项目版本后,您可以在工作流中使用模型。
您可以通过从列表中选择所需的已部署项目版本,然后选择“打开 Studio Web”或选择“打开 Studio Desktop”来轻松执行此操作。
This button is not available for projects in Delayed update organizations.
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.
- 仅当您的项目版本中有提取模型时,“通过 API 集成”按钮才会激活。
- 本界面不提供 Open Studio Web 按钮。
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.

导出
您可以从新式项目导出带批注的数据集,并且:
- 将它们导入到其他租户或组织的另一个新式项目中。
- 将它们导入传统项目。有关如何将数据集导入传统项目的更多信息,请查看传统项目的 Document Understanding 用户指南。
备注:
Datasets exported from modern projects are compatible with classic projects only when training on model version 23.4.0 or newer.
仅导出已标注且已确认的活动(绿色盾牌图标)。 
有关如何导出数据集和迁移新式项目的更多信息,请查看“迁移新式项目”页面。