UiPath Documentation
document-understanding
2020.10
false
Guía del usuario de Document Understanding
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Gestor de taxonomía

The Taxonomy Manager can be used to create and edit a Taxonomy file specific to your current automation project. This Taxonomy file contains user-defined document types, sorted by Groupsand Categories.

You can further use the Taxonomy file by converting it into a .NET data type with the Load Taxonomy activity, and then passing it as input for activities such as:

Al Gestor de taxonomía solo se puede acceder después de instalar un paquete UiPath.IntelligentOCR.Activities superior o igual a v1.6.0 como dependencia para tu proyecto. Una vez instalado el paquete, aparecerá el botón Gestor de taxonomía en la cinta de opciones, en la sección de Asistentes.

Usar Gestor de taxonomía

La ventana del Gestor de taxonomía te permite crear tipos de documentos ordenados por grupos y categorías. Cuando se abre por primera vez en un proyecto, no se define ningún grupo, categoría o tipo de documento.

The first step is to create a group and a category for the document type you want to create. This is done by using the Add Group button next to the Any Group drop-down. Once you have chosen a name for your group, you can save it by using the Save button or by simply hitting Enter.

Once a group is defined, the Add Category button appears next to the Any Category drop-down. By using the same steps as above, you can create a category.

You can Edit the name of any group or category that you have created. This can be done by selecting one of the groups or categories and clicking on the Edit Group button.

Groups and categories can also be deleted. This can be done by clicking on the Remove Group button. A popup is displayed asking you to confirm the deleting action. Click Yes to approve the action.

Once the group and category are defined, we can move on to creating the Document Type. This can be done by clicking the Add New Document Type button. Doing this displays the Document Type Details tab, which enables you to choose a name, a group, a category, and a document type code, as well as add fields to the document type.

Clicking the New Field button displays the Edit Field tab, which lets you choose a name for the field, specify whether it is multi-value (Is Multi-Value) or if it allows for values with no evidence in the document to be processed (Requires Reference), and choose its type.

Los tipos de campo disponibles son:

  • Texto

  • Número

  • Fecha: la elección de este tipo también permite especificar un formato previsto, que es opcional.

    Nota:

    Si quieres añadir un formato previsto, utiliza un formato compatible con MSDN.

    Este formato puede ser utilizado por los extractores y es utilizado por la actividad al intentar analizar una fecha en sus componentes: día, mes y año.

  • Nombre

  • Address

  • Palabra clave

  • Conjunto: esta opción permite añadir varios valores al campo.

  • Booleano

  • Tabla: la elección de este tipo permite editar la estructura de la tabla, ya que se pueden añadir columnas y editar su nombre y tipo.

Once you have configured your field accordingly, clicking Save closes the Edit Field tab and adds the field in the Document Type Details tab. You can repeat this action multiple times, adding as many fields as you need.

Created fields can be edited by clicking them in the Document Type Details tab, and they can also be deleted and reordered by using the buttons that appear next to them when hovered.

Once the Document Type configuration is complete, clicking Save closes the Document Type Details tab and displays the newly created document type in the main tab.

Retracing these steps, you can create multiple groups, categories, and document types, which you can then sort by using the Search by name field.

Once a document type is saved, a Document Type ID is generated for it. Opening the document for editing displays the ID in the Document Type Details tab. The Document Type ID has a structure of the type Group.Category.Document.

Nota:

The changes you make in the Taxonomy Manager are automatically saved into the taxonomy.json file specific to your project. Once a Document Type is created, simply closing the wizard is enough to save your changes.

  • Usar Gestor de taxonomía

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado