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

Document Understanding 活动

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

准备验证站点数据

UiPath.Abbyy.Activities.FlexiCapture.PrepareValidationStationData

备注:

The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the Deprecation timeline for more details.

Extracts all the data required for the Validation Station wizard from an FCDocument variable and stores it into a ValidationStationData variable. The extracted data contains the taxonomy, automatic extraction results, Document Object Model, and raw text of the document contained in the FCDocument variable. FCDocument variables can be obtained by processing documents with the Process Document activity. This activity must be run inside an FlexiCapture Scope container.

属性

常见
  • “显示名称”- 活动的显示名称。
输入
  • Document - The FlexiCapture Document you want to process, stored in an FCDocument variable. This datatype can be obtained from the Process Document activity. This field supports only FCDocument variables.
其他
  • “私有”- 选中后将不再以“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.

    备注:

    To use the variable from the ValidationStationData field in a Present Validation Station activity, the properties listed below must be used.

    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 论坛

保持更新