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

Document Understanding 活动

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

准备验证站点数据

UiPath.Abbyy.Activities.FlexiCapture.PrepareValidationStationData

备注:

UiPath.Abbyy.Activities 包已弃用,当前不受支持。此外,该包已从 UiPath Studio 的“管理包”官方订阅源列表中移出。有关更多详细信息,请查看弃用时间线

FCDocument变量中提取“验证站点”向导所需的所有数据,并将其存储到ValidationStationData变量中。提取的数据包含FCDocument变量中的分类、自动提取结果、文档对象模型和原始文本。可以通过使用处理文档活动处理文档来获取FCDocument变量。此活动必须在FlexiCapture 范围容器内运行。

属性

常见
  • “显示名称”- 活动的显示名称。
输入
  • “文档” - 要处理的 FlexiCapture 文档,存储在FCDocument变量中。可以从“处理文档”活动中获取此数据类型。此字段仅支持FCDocument变量。
其他
  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
  • ValidationStationData - All the data required to run the Validation Station extracted from the specified document, stored in a ValidationStationData variable. This field supports only ValidationStationData variables.

    备注:

    如要使用“呈现验证站点”活动所含的“验证站点数据”字段中的变量,您须使用下列属性。

    ValidationStationData”变量包含以下四种属性:

  • output.Taxonomy - exposes a taxonomy automatically built from the document definitions used in the Process Document activity

  • output.Dom - exposes a Document Object Model built from the output variable of the Process Document activity.

  • output.RawText - exposes the text version of the processed document

  • output.ExtractionResults - exposes an ExtractionResult object populated with the data extracted by the FlexiCapture engine, and classified as a document type equal to the document definition that matched the processed document. It is mapped and built based on the taxonomy generated from the list of document definitions.

例如,如要在“文档对象模型”属性字段中使用名为“preparedData”的“ValidationStationData”变量,您须在“表达式编辑器”中将其写作“preparedData.Dom”。

使用“准备验证站点数据”活动的示例

You can see how the Prepare Validation Station Data activity is used in an example that incorporates multiple activities.

您可在此处查看和下载该示例。

  • 属性
  • 使用“准备验证站点数据”活动的示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新