
Document Understanding 发行说明
2024.10.0
发布日期:2024 年 11 月 11 日
Document Understanding™ 2024.10 LTS 版本
新增功能
Document Understanding™ 中的主动学习
我们很高兴地宣布,Automation Suite 现在提供 Document Understanding 主动学习功能。借助这种新界面和体验,AI 会通过自动注释和建议来指导您完成整个流程,从而显著改善模型训练情况,进而指导您如何使用信息最丰富的示例来提高模型准确性。
新体验分为四个部分:
- Build: Get your documents automatically classified and annotated, then follow the recommendations to achieve the highest model accuracy with active learning.
- Measure: Measure your model performance and get further guidance on how to improve it with the most efficient model training.
- Publish: Publish the projects and consume them in RPA or API automations.
- Monitor: Monitor the performance of your automations and easily drill down into fine-grained document level audit.
Document Understanding REST API
您现在可以使用 Document Understanding REST API 替代 RPA 方法。通过我们的 API,您可以:
- 查找有关项目、提取程序或项目中使用的分类器的信息。
- 使用数字化 API。
- 使用专用模型对文档进行分类。
- 使用专用模型提取文档数据。
- 验证之前经过数字化、分类或提取的信息。
有关更多信息,请查看Document Understanding API 指南。
[预览] AI Unit 消耗概述仪表板
The licensing section of your organization and tenant admin views has been enhanced with the AI units consumption overview table. It is available on the Consumables tab, by selecting View Usage in the AI Units section. The AI units consumption overview dashboard breaks down the usage of AI units across tenants and regions.
Each tenant within the dashboard includes a link to the corresponding Insights dashboard, which provides detailed information on AI units consumption. For more information on how this is reflected in Insights, check out the Insights documentation.
[预览] Document Understanding 与 AI Center 使用情况仪表板
现在,您可以使用 Insights 仪表板跟踪 Document Understanding 和 AI Center AI Unit 的使用情况。 仪表板提供每个产品、项目、项目类型和自动化的 AI Unit 细分视图。
For more information on how this is reflected in Insights, check out the Insights documentation.
已知限制
在此版本中,以下 Automation Suite 配置不支持 Document Understanding 新式项目:
- 在 OpenShift 上的 Automation Suite 中:无可用支持。
- 在 Linux 上的 Automation Suite 中:不支持离线部署和 Azure Government 环境。
- 在 EKS/AKS 上的 Automation Suite 中:不支持离线部署和 Azure Government 环境。
包括生成式批注和生成式提取在内的 AI 功能当前在 Automation Suite 的 Document Understanding 中不可用。
已知问题
Erratum - added October 22, 2025: If you enable automatic certificate rotation using the command uipathctl config token-signing-certificates automatic-key-management, you must then manually restart Document Understanding pods every 14 days.
需要执行此操作的原因在于,当证书自动轮换处于活跃状态时,Automation Suite 会管理签名密钥的生命周期。此流程包括每 90 天轮换一次密钥,并在轮换前 14 天发布新密钥。旧密钥在轮换后保留 14 天,之后会被删除。
作为解决方法,您可以使用以下命令手动重新启动部署:
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
作为替代方案,您可以使用以下命令禁用自动轮换,直到发布修复:
uipathctl config token-signing-certificates automatic-key-management disable
uipathctl config token-signing-certificates automatic-key-management disable