2.2.1. Labeled data capture
Labeled data capture allow to capture labeled data from the document:
You can capture labeled data labeled data using these buttons:
 Lefty labeled data
Select when label is at left of the data
|
|
 Upper labeled data
Select when label is at top of the data
|
|
 Tab size
Adjust this value to vary the amount of data that is captured after the labels.
|
|
Advanced labels properties:
 Click on "Edit this label"
Open the label configuration dialog
|
|
 Regular expression for the label
Usually the label text. It's a regular expression so you can create labels that has changing text (ex: "2020 Expenses" = "\d{4} +Expenses")
|
|
 Name for the generated output field
|
|
 Capture items
Options are:
FIRSTMATCH
LASTMATCH
ALLMATCHES
|
|
 Result filter
Use it if you want to be more specific on the target data, ex: use "\d+" to only find data that starts with a number
|
|