UiPath Documentation
activities
latest
false
Document Understanding 活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

关于“Document Understanding”活动包

完整的文档处理框架的 UiPath.DocumentUnderstanding.Activities 包参考,包括数字化、分类、提取和验证。

使用UiPath.DocumentUnderstanding.Activities包,您可以使用完整的文档处理框架,包括分类定义、数字化、文档分类、数据提取和数据验证。

备注:

UiPath.DocumentUnderstanding.Activities的命名空间为UiPath.IntelligentOCR.StudioWeb.Activities

Robot log level

The Document Understanding activities write diagnostic details to the robot logs at Verbose level, so these details appear only when the robot runs with verbose logging enabled. For the full list of levels and where to configure them, see Log levels.

You can raise these logs to the Information level by setting the UIPATH_DU_SET_LOGS_TO_INFO environment variable on the robot host, which makes them visible without switching the robot to verbose logging. Because these logs can include file paths, project names, and user email addresses, the variable is an opt-in for each host. When the variable is not set, the Verbose default applies.

警告:

The activity logs can contain personally identifiable information (PII), including file paths, project names, and user email addresses. Raising the log level to Information makes that information visible to anyone with access to the robot logs.

已知限制

如果您使用的是暂停工作流的“等待”类型活动,并且您正在使用DataTable变量,则DataTable变量必须可序列化。例如,如果使用new System.Data.DataTable初始化DataTable变量,则它将变为不可序列化,这可能导致项目执行失败。为防止出现这种情况,您可以将DataTable变量的默认值留空,或为DataTable变量分配一个名称,例如: new System.Data.DataTable("MyTable")

活动包兼容性

不应在同一项目中一起使用UiPath.IntelligentOCR.Activities和 UiPath.DocumentUnderstanding.Activities。UiPath.IntelligentOCR.Activities 包应该用于 Windows(或 Windows-Legacy)工作流,而 UiPath.DocumentUnderstanding.Activities 包应该用于 Windows 和跨平台工作流。

备注:

在使用“监控”功能之前,请考虑以下事项:

  • 只有 UiPath.DocumentUnderstanding.Activities 2.7.0 版或更高版本支持监控;
  • IntelligentOCR.Activities v6.20 或更高版本包含“ Document Understanding 项目提取程序”活动,该活动支持“监控
  • Robot log level
  • 已知限制
  • 活动包兼容性

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新