UiPath Documentation
document-understanding
2024.10
false
Importante :
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

Document Understanding user guide

Última actualización 6 de abr. de 2026

Extraer datos de formularios

Importante:

The aim of this page is to help first time users get familiar with Document UnderstandingTM.

For scalable production deployments, we strongly recommend using the Document Understanding Process available in UiPath® Studio under the Templates section.

This quickstart guides you through the steps required to extract information from W-9 forms using the Intelligent Form Extractor. The W-9 forms are used as an example, but the procedure is similar for other types of documents where the data is structured.

Partiendo de cero, estos son los pasos que hay que seguir:

  1. Crea un proceso en blanco
  2. Instala los paquetes de actividades requeridos
  3. Crea una taxonomía
  4. Digitaliza el documento
  5. Extraer los datos mediante el extractor inteligente de formularios
  6. Valida los resultados mediante la estación de validación
  7. Exportar resultados de extracción

1. Crea un proceso en blanco

Inicia UiPath Studio.

In the HOME backstage view, select Process to create a new project.

Se mostrará la ventana Nuevo proceso en blanco. En esta ventana, introduce un nombre para el nuevo proyecto. Si quieres, también puedes añadir una descripción para clasificar tus proyectos más fácilmente.

Select Create. The new project is opened in Studio.

2. Instala los paquetes de actividades requeridos

From the Manage Packages button in the ribbon, besides the core activities packages (UiPath.Excel.Activities,UiPath.Mail.Activities,UiPath.System.Activities,UiPath.UIAutomation.Activities) that are added to the project by default, install the following activities packages:

3. Crea una taxonomía

Una vez instalados los paquetes, enumera los campos requeridos. Realizaremos extracción de datos para los siguientes campos:

  • 1_Name: Text
  • 2_BusinessName: Text
  • 3a_Individual: Boolean
  • 3b_CCorp: Boolean
  • 3c_SCorp: Boolean
  • 3d_Partnership: Boolean
  • 3e_TrustEstate: Boolean
  • 3f_LLC: Boolean
  • 3f_LLCTaxClassification: Boolean
  • 3g_Other: Boolean
  • 3g_OtherDetail: Boolean
  • 5_Address: Text
  • 6_CityStateZip: Text
  • 7_AcctNumber: Text
  • TIN_SSN: Text
  • TIN_ETN: Text
  • Certification_Signature: Boolean
  • Certification_SignatureDate: Date

Open Taxonomy Manager and create a group named Structured Documents, a category named Lending Forms, and a document type named W-9. Createlisted fields with user friendly names along with respective data types.

Captura de pantalla que describe el Gestor de taxonomía.

4. Digitaliza el documento

In the Main.xaml file, add a Load Taxonomy activity and create a variable for the taxonomy output.

Add a Digitize Document activity with UiPath Document OCR. Provide the input property Document Path and create output variables for Document Text and Document Object Model.

No te olvides de añadir la clave API de Document Understanding en la actividad de UiPath Document OCR.

5. Extrae los datos mediante el extractor inteligente de formularios

Add a Data Extraction Scope activity and fill in the properties.

Drag and drop the Intelligent Form Extractor within it. The endpoint should be auto-populated with the Intelligent Form Extractor endpoint, namely https://du.uipath.com/svc/intelligentforms. Provide the Document Understanding API key.

Once that is done, to create a new template, select Manage Templates > Create Template. A pop-up window opens.

En tipo de documento, selecciona el tipo de documento W-9 creado anteriormente.

En Nombre del documento, introduce un nombre para tu plantilla.

Under Template document (native PDF if possible), attach a template document where you are going to map the field positions.

Under OCR Engine, select again the UiPath Document OCR. Just like before, the endpoint should be auto-populated, namely https://du.uipath.com/ocr, and you just need to provide the API Key.

Select Configure to move to the next step. The Template Manager pop-up window opens.

Here, we will need to select the areas where we want Intelligent Form Extractor to search for our fields. Configure them by following the steps detailed here. You also have the option of using anchors for your fields. More information on anchors here.

Deberías terminar con algo como lo siguiente:

Captura de pantalla que describe un formulario W-9 en el Gestor de plantillas.

Select Save. In this screen, you can define the handwritten or signature fields, where applicable. You can also define synonyms for Boolean fields. Close the window after you are done.

Captura de pantalla que describe el Gestor de plantillas.

El siguiente paso es configurar el extractor, es decir, hacer que el extractor inteligente de formularios procese todos los documentos de tipo W-9.

Captura de pantalla que describe Configurar extractores.

6. Valida los resultados mediante la estación de validación

To check the results through Validation Station, drag and drop the Present Validation Station activity and provide the input details.

Captura de pantalla que describe la actividad Presentar estación de validación.

7. Exporta los resultados de la extracción

To export the extraction results, validated or not, drag and drop an Export Extraction Results activity to the end of your workflow. This outputs the results into a DataSet that contains multiple tables, which could then be written to an Excel file or be used directly in a downstream process.

Captura de pantalla que describe la actividad Exportar resultados de extracción.

Descargar ejemplo

Download this sample project to execute the W-9 with Intelligent Form Extractor workflow using this link.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado