UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Document Understanding 活动

上次更新日期 2026年4月22日

创建文档验证操作

UiPath.IntelligentOCR.Activities.CreateDocumentValidationAction

描述

在 Action Center 中创建类型为Document Validation的操作。然后,可以将创建文档验证操作活动的输出与等待文档验证操作然后继续活动一起使用,以在 Action Center 中完成人工操作后暂停和继续编排工作流。

备注:

确保机器人与 Orchestrator 之间已正确建立连接。请访问将机器人连接到 Orchestrator,了解有关如何将机器人连接到 Orchestrator 的更多信息。

项目兼容性

Windows - Legacy | Windows

配置

设计器面板

操作详情

  • 操作目录- 指定 UiPath™ Action Center 中的操作目录的名称。在创建操作之前,请确保操作目录存在,否则创建操作将失败,从而导致错误。有关操作目录的更多信息,请访问操作目录
  • ActionFolderPath - Specifies which Orchestrator folder the action should be created in, if different from the folder of the current process for an auto-provisioned Robot user.
  • ActionPriority - Specifies the priority level of the action. The possible values are Low, Medium, High, and Critical. The default value is Medium. This input only accepts values of type UiPath.IntelligentOCR.Activities.Actions.Model.DocumentActionPriority.
  • 操作名称 - 指定操作的名称。应为所有操作设置名称,以便在 Action Center 和/或 Orchestrator 中识别和访问。

存储详情

  • BucketDirectoryPath - The path of the directory inside the storage bucket where the files used as part of the action are to be stored and retrieved. This field only supports string values, with / as the separator to indicate subdirectories. For example "Finance/AccountsPayable".
  • BucketName - Specifies the name of an existing storage bucket where the action stores its data. The bucket should exist in the same Orchestrator folder as the one the action will be created in.
    备注:

    请确保已为 Orchestrator 启用所有需要的权限。转到 Orchestrator 中机器人角色的“文件夹权限” ,并验证以下内容:

    • 对于存储文件权限,请选择CreateEdit选项。
    • 对于存储桶权限,选择了View选项。
    • 对于“操作”权限,选择了Create选项。

文档验证数据输入

  • “自动提取结果” - 自动生成的提取结果,存储在ExtractionResult专有变量中。如果将变量添加到此字段,则会显示自动提取结果,使您能够查看和修改它们。如果留空,系统将打开验证站点,供用户手动验证数据。此字段仅支持ExtractionResult变量。
  • “文档对象模型” - 要用于验证文档的文档对象模型。此模型存储在Document变量中,可以从“数字化文档”活动中检索。请访问数字化文档,了解如何实现此目的。此字段仅支持Document变量。
  • DocumentPath - The path to the document you want to validate. This field supports only strings and String variables.
  • “文档文本” - 文档本身的文本,存储在String变量中。可以从“数字化文档”活动中检索此值。请访问数字化文档,了解如何实现此目的。此字段仅支持字符串和String变量。
  • “分类” - 要处理的文档的分类,存储在DocumentTaxonomy变量中。可以通过使用加载分类活动或将字符串反序列化为DocumentTaxonomy对象来获取此对象。此字段仅支持DocumentTaxonomy变量。

操作输出

  • 操作对象 (输出) - 提供 Action Center 返回的操作对象。此操作对象应作为“等待文档分类操作然后继续”活动的输入被传入。
属性面板

操作详情

  • 操作目录- 指定 UiPath™ Action Center 中的操作目录的名称。在创建操作之前,请确保操作目录存在,否则创建操作将失败,从而导致错误。有关操作目录的更多信息,请访问操作目录
  • ActionFolderPath - Specifies which Orchestrator folder the action should be created in, if different from the folder of the current process for an auto-provisioned Robot user.
  • ActionPriority - Specifies the priority level of the action. The possible values are Low, Medium, High, and Critical. The default value is Medium. This input only accepts values of type UiPath.IntelligentOCR.Activities.Actions.Model.DocumentActionPriority.
  • 操作名称 - 指定操作的名称。应为所有操作设置名称,以便在 Action Center 和/或 Orchestrator 中识别和访问。

操作输出

  • 操作对象 (输出) - 提供 Action Center 返回的操作对象。此操作对象应作为“等待文档分类操作然后继续”活动的输入被传入。

常见

  • 出错时继续- 指定在活动引发错误时是否应继续自动化操作。此字段仅支持Boolean值(True、False)。默认值为False 。因此,如果该字段为空且活动引发错误,系统将停止执行项目。如果该值设为True ,则无论出现何种错误,系统都将继续执行项目。
  • DisplayName - Specifies the display name of the activity.
  • 超时(毫秒) - 指定活动连接到 Orchestrator 时等待时长(以毫秒为单位),然后系统会抛出错误。默认值为 30000 毫秒(30 秒)。此字段仅支持整数和Int32变量。

文档验证数据输入

  • “自动提取结果” - 自动生成的提取结果,存储在ExtractionResult专有变量中。如果将变量添加到此字段,则会显示自动提取结果,使您能够查看和修改它们。如果留空,系统将打开验证站点,供用户手动验证数据。此字段仅支持ExtractionResult变量。
  • “文档对象模型” - 要用于验证文档的文档对象模型。此模型存储在Document变量中,可以从“数字化文档”活动中检索。请访问数字化文档,了解如何实现此目的。此字段仅支持Document变量。
  • DocumentPath - The path to the document you want to validate. This field supports only strings and String variables.
  • “文档文本” - 文档本身的文本,存储在String变量中。可以从“数字化文档”活动中检索此值。请访问数字化文档,了解如何实现此目的。此字段仅支持字符串和String变量。
  • “分类” - 要处理的文档的分类,存储在DocumentTaxonomy变量中。可以通过使用加载分类活动或将字符串反序列化为DocumentTaxonomy对象来获取此对象。此字段仅支持DocumentTaxonomy变量。

其他

  • (预览版) :选择所需的验证站点显示。您可以从以下选项中进行选择:
    • Classic: This is the standard Validation Station view. For more information, visit Classic Validation Station.
    • Compact: This is an enhanced version of the Validation Station view, which preserves the same functionality. For more information, visit Compact Validation Station.
  • 启用 RTL 控件:如果设为 True,则根据从右到左 (RTL) 的语言重新定位验证站点控件。
  • “字段验证可信度百分比”- 设置呈现验证站点时要使用的可信度上限分数。
    备注:

    使用“紧凑”显示模式时,将忽略字段验证置信度 %

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
  • ShowOnlyRelevantPageRange - If selected, only the page range mentioned in the extraction results is shown and the pages that are outside the range are hidden.

存储详情

  • BucketDirectoryPath - The path of the directory inside the storage bucket where the files used as part of the action are to be stored and retrieved. This field only supports string values, with / as the separator to indicate subdirectories. For example "Finance/AccountsPayable".
  • BucketName - Specifies the name of an existing storage bucket where the action stores its data. The bucket should exist in the same Orchestrator folder as the one the action will be created in.
    备注:

    请确保已为 Orchestrator 启用所有需要的权限。转到 Orchestrator 中机器人角色的“文件夹权限” ,并验证以下内容:

    • 对于存储文件权限,请选择CreateEdit选项。
    • 对于存储桶权限,选择了View选项。
    • 对于“操作”权限,选择了Create选项。

创建文档验证操作

“创建文档验证操作”活动可在 Action Center 中与 Studio 桌面版一起使用,或与 Orchestrator 一起使用。

  • 描述
  • 项目兼容性
  • 配置
  • 创建文档验证操作

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新