UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Actividades de Document Understanding

Última actualización 22 de abr. de 2026

Preparar datos de estación de validación

UiPath.Abbyy.Activities.FlexiCapture.PrepareValidationStationData

Nota:

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.

Propiedades

Común
  • Nombre para mostrar: el nombre para mostrar de la actividad.
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.
Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • 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.

    Nota:

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

    Una variable ValidationStationData contiene cuatro propiedades:

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

Ejemplo de uso de la actividad Preparar datos de la estación de validación

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

puede consultar y descargar el ejemplo desde aquí.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado