UiPath Document Understanding Pipeline ML Skill

I am using DU to extract data from two types of Documents A and B.

I have the following approach.

  1. For Type A I am using ML Extractor.
  2. For Type B there is a field called Seal and this Seal has a corresponding value. “Seal” field appears in many number places and for each places I need to extract this “Seal” value. I won’t be able to share snapshot or document.

I want to know the practical approach.

@Ritaman_Baral

We need to indicate each seal field that appears to get the data

Cheers

Hi

I hope u r fine with the first option
While for the second one u can enable the bot to pick the field value from multiple places with the help of an option in taxonomy

The “is multi value” slider option in Document Understanding refers to a setting that determines whether a field in a document can have multiple values or not.

In the context of document understanding, a field refers to a specific piece of information that is extracted from a document. For example, if you were processing an invoice, the fields might include things like the invoice number, the date of the invoice, and the total amount due.

When you create a field in Document Understanding, you have the option to indicate whether it can have multiple values or not. If you select “is multi value”, it means that this field can appear multiple times within a single document. For example, if you were processing a purchase order that included multiple items, you might have a “product name” field that appears multiple times, once for each item.

On the other hand, if you leave “is multi value” unchecked, it means that this field can appear only once within a document. For example, the “invoice number” field should only appear once on a given invoice.

By specifying whether a field is multi-value or not, you are helping to ensure that the document processing model can accurately extract all the relevant information from the document.

Hope this helps @Ritaman_Baral

Seal can appear once , twice,thrice or even more than that.
In extractor I have indicated all the seal value places but it is extrating the value from one position only.
I have used form extractor.

The seal value can appear once,twice,thrice or even more than that.
I have enable multi value but itnis extracting the seal value from first position and ignoring other positions