UiPath Documentation
document-understanding
2020.10
false
Guia do usuário do Document Understanding.
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Gerenciador de Taxonomia

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:

O Gerenciador de Taxonomia pode ser acessado somente após a instalação de um pacote UiPath.IntelligentOCR.Activities versão v1.6.0 ou superior como dependência para seu projeto. Após a instalação do pacote, um botão para o Gerenciador de Taxonomia aparece na faixa de opções, na seção Assistentes.

Usando o Gerenciador de Taxonomia

A janela do Gerenciador de Taxonomia permite criar tipos de documentos, ordenados por grupos e categorias. Quando aberta pela primeira vez em um projeto, nenhum grupo, categoria ou tipo de documento é definido.

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.

Os tipos de campos disponíveis são:

  • Texto

  • Número

  • Data - Escolher esse tipo também permite especificar um formato esperado, que é opcional.

    Observação:

    Se deseja adicionar um formato esperado, use um formato compatível com MSDN.

    Esse formato pode ser usado por extratores e é usado pela atividade ao tentar analisar uma data em suas partes constituintes de dia, mês e ano.

  • Name

  • Address

  • Palavra-chave

  • Conjunto - Escolher esse tipo permite adicionar vários valores ao campo.

  • Booleano

  • Tabela - Escolher este tipo permite editar a estrutura da tabela, pois você pode adicionar colunas e editar seu nome e 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.

Observação:

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.

  • Usando o Gerenciador de Taxonomia

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