Relative boundary selector
Overview
This auxiliary selector cannot be used as a standalone selector, or as the first step of the parsing pipeline.
It restricts the area on the page where the data to be extracted is located. Unlike the Boundary selector, the restriction will be applied depending on the objects returned by the preceding selector.
For instance, if the Relative boundary selector is added after the Boundary selector to extract the value: $624
Parameters
You can select one of four options for the selector:
Left
Defines the area to the left from the input object and between its top and bottom borders:
Input: $624
Output: 1 DocTech123 Standard Pro License (1 year)
Right
Defines the area to the right from the input object and between its top and bottom borders
Input: $624
Output: $624
Top
Defines the area above the input object and between its left and right borders
Input: $624
Output:
- cou
- 990
- OST
Bottom
Defines the area below the input object and between its left and right borders
Input: $624
Output:
- $120
- $95
The area to be selected is additionally restricted by the page where the input data is located.
Data can be found on multiple pages if the preceding selector's output contains objects from different pages.
Result overview
Relative boundary selects text as characters (see type of output in Picker selector) grouped into text lines.
The format and example of the actual result produced by the pdf2Data Engine is described in Recognition result specification.
Specification
To see more information about properties and expert usage visit specification page.