UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do Document Understanding

Última atualização 22 de abr de 2026

Prepare Validation Station Data

UiPath.Abbyy.Activities.FlexiCapture.PrepareValidationStationData

Observação:

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.

Propriedades

Comum
  • DisplayName - O nome de exibição da atividade.
Entrada
  • 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.
Diversos
  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Saída
  • 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.

    Observação:

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

    Uma variável ValidationStationData contém quatro propriedades:

  • 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.

For example, to use a ValidationStationData variable called preparedData in a DocumentObjectModel property field, it has to be written as preparedData.Dom in the Expression Editor.

Exemplo de uso da atividade Preparar Dados da Estação de Validação

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

Você pode verificar e baixar o exemplo aqui.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades