2023:Labeled Value (Value Extractor): Difference between revisions
No edit summary |
No edit summary |
||
| Line 259: | Line 259: | ||
|} | |} | ||
| | | | ||
[[File:2023-Labeled Value-How To 19. | [[File:2023-Labeled Value-How To 19.png]] | ||
|- | |- | ||
|valign=top| | |valign=top| | ||
| Line 265: | Line 265: | ||
Instead, Grooper will see that there are zero noise characters between the "Order Date" label and the 7/25/2022 date. Since 0 is fewer than the default of 5 noise characters, Grooper will return this value. | Instead, Grooper will see that there are zero noise characters between the "Order Date" label and the 7/25/2022 date. Since 0 is fewer than the default of 5 noise characters, Grooper will return this value. | ||
| | | | ||
[[File:2023-Labeled Value-How To 20. | [[File:2023-Labeled Value-How To 20.png]] | ||
|- | |- | ||
|valign=top| | |valign=top| | ||
Revision as of 10:17, 27 February 2023
A Labeled Value is an extractor type that can be used when configuring several data extraction tools such as a Value Reader or Data Type. It is designed to return text segments that have a spatial relationship to a defined label.
About
A Labeled Value is configured using two extractors: the Label Extractor and the Value Extractor. When the Label Extractor is set, Grooper uses spatial context to determine what value to return (for more on spatial context, see the Data Context wiki article).
The Labeled Value extracts information similarly to collating a Key-Value Pair. Unlike a Key-Value Pair, the extractor is self-contained in one object. There is no need to set one object as a "Key" and another object as a "Value". Instead, both the "Label" and the "Value" can be set on one object.
How To
Selecting the Extractor
Configuring on a Value Reader | |
|
Configuring on a Data Type | |
|
Configuring on Other Object Types
The Labeled Value extractor can be used on a multitude of object types. Any object that has an extractor property can be configured with an Labeled Value.
The configuration process on other objects is identical to both the Value Reader and Data Type objects. Simply select Labeled Value as your extractor type.
Examples where you can use an Labeled Value include:
- A Data Type's Value Extractor property
- A Document Type's Positive Extractor property
- The Labeled Value extractor's Label Extractor property (Yes, you can configure a Labeled Value within a Labeled Value).
- The Pattern-Based Separation Provider's Value Extractor property
Basic Setup
Once you select Labeled Value as your extractor, you will need to set both your label and your value to be extracted.
Configuring the Label Extractor | |
|
|
|
Configuring the Value Extractor | |||
|
|||
|
|||
|
|
The Final Result | |
|
Once your Label Extractor and Value Extractor are set up, you should see some results. As you can see in this example, since the "Order Date" was set as the Label Extractor, the date value that is returned is the closest to the label. If you set your Label Extractor and Value Extractor up properly and Grooper is still not returning the results you want, look below at the Advanced Setup section. There you will find information about more properties you can configure to increase the accuracy of your results. |
|
Advanced Setup
So, you have your Label Extractor and Value Extractor properly configured, but you are still not getting the results you want. There are a couple of properties you can configure to try and improve your results: Maximum Distance and Maximum Noise.
Maximum Distance
Sometimes Grooper will produce an undesirable result based on layout of the document. The Labeled Value extractor will not return a result if the value is further away from the label than Grooper expects. When this happens, the Maximum Distance property can be configured to improve your results.
By default, the Maximum Distance is set at 2in to the right and 2in to the bottom. This setting is telling Grooper to look for a value that is located two inches to the right and two inches below the Label Extractor.
If Grooper finds a result within that 2x2 region, it will return that result as the value. If Grooper finds multiple results within that 2x2 region, multiple factors will be considered when returning a result, including proximity to the label and number of "noise" characters present (for more information on noise, see the following tabs).
|
|
|
|
However, in this picture, Grooper is extracting the wrong value. There are many times where the spatial layout of a document would require additional configuration. So, why is Grooper grabbing the wrong value? |
|
|
|
|
|
If we change the Maximum Distance to just "2in" to the right, we see that the zone changes. Only the correct date is within the range of the Maximum Distance. |
|
|
With the Maximum Distance properly configured, we see that Grooper now extracts the correct value. |
Maximum Noise
After you have your Label Extractor and Value Extractor properly configured you may find that you are still not getting results. This could possibly be due to noise characters between your label and your value.
Noise characters are any alpha-numeric characters that come between your label and value. By default, the Labeled Value extractor accounts for 5 noise characters between the label and the value. If there are more than 5 noise characters, you may not get results until the Maximum Noise property is increased.
|
In the picture to the right, with the Maximum Distance set to the default of 2 inches to the right and 2 inches to the bottom, we get two potential value hits. |
|||
|
In this case you can see we have 18 characters of noise between the "Order Date" label and the 7/20/2022 date. If the Maximum Noise property is left at the default of 5 noise characters, Grooper will not return this value since 18 is greater than 5.
|
|||
|
Instead, Grooper will see that there are zero noise characters between the "Order Date" label and the 7/25/2022 date. Since 0 is fewer than the default of 5 noise characters, Grooper will return this value. |
|||
|
Let's look at an example of how this works in Grooper. In this example we are trying to extract the Mailing Address for Tarah Dactyl. First, we have created a List Match extractor as our Label Extractor for "Mailing Address". |
|||
|
Next, we have referenced a pre-configured extractor designed to collect all generic text segments on the document. |
|||
|
However, with both of those properly configured, we are still not getting the desired result. To the right of the label, you can see that we have some noise characters: "Street" (highlighted in yellow). If we count the letters in the word "Street" we can see that we have 6 noise characters. That is more than the preconfigured 5 allowable noise characters. |
|||
|
Here we have increased the Maximum Noise to 6, and as you can see, we are now getting the result that we want.
|
|



















