Paragraph selector
At a glance, the paragraph selector is yet another grouping selector, which intelligently analyzes the input to convert into paragraphs, by taking into account the distances between both text lines and words in lines.
There are two properties:
- Line spacing,
By specifying this, you can give the selector insight on how big the distance between the lines will be. - Paragraph name.
If not left empty, this property makes this selector more advanced as only the text block following the paragraph name will be extracted.
With a non-empty paragraph name, the Paragraph selector can be used as the first step of the extraction pipeline. It perfectly fits the values to be extracted when they are located in a column under a static key.
Example
For instance, the following selector
extracts all bank details.
Expert mode keyword:
paragraph: lineSpacing=Normal|Large|Huge, named="abc"
If the lineSpacing
property is omitted, Normal
line spacing is used.
If paragraph name is specified. only paragraphs with the first line matching this name will be selected.
Output data format:
paragraphs
List of selectors