Component RRTs

Component RRT ID

The RRT ID for this component is FRO.
Date and time related RRTs are evaluated in Coordinated Universal Time (UTC) by default. It can be set to use local time, for more details, see Using RRTs.

Reserved Replacement Tag Names (RRTN)

The following table describes the reserved RTN values for this component.
RRTN Tag Description
OCRText ~FRO::OCRText~ Text recognized on all pages of the input document.
PagesCount ~FRO::PagesCount~ Count of pages in the original document.
The following example provides some sample usage for your reference:

~FRO::OCRText~ is replaced with the OCR text of the document from the OCR engine. This RRT can be only used within the component's settings.

Field Replacement Tag Names (FRTN)

The following table describes the field RTN values for this component.

FRTN Tag Description
ZoneName ~FRO::%ZoneName%~ Text recognized in the zone ZoneName. This RRT is replaced with the first valid value found in the zone.
PageNumber ~FRO::%ZoneName%.PageNumber~ Text recognized in the zone ZoneName on the page with number PageNumber.

The value of PageNumber can be:

  • Positive value — The RRT is replaced with the text recognized in the zone on the page with this number (starts from 1). For example, ~FRO::%zoneName%.1~
  • Negative value — The RRT is replaced by the text recognized in the zone on the page with this number (starts from the end). -1 means last page, -2 means the page before last. For example, ~FRO::%zoneName%.-1~
  • * — The RRT is replaced by the concatenated text of the zone on all pages. For example, ~FRO::%zoneName%.*~
pages ~FRO::%ZoneName%.pages~ Specifies to return a comma delimited list of pages where the zone was found. For example, if the specified zone is found on 1,2,5,6,9 pages, the RRT is replaced by the following list: 1,2,5,6,9.

FRTN usage example:

~FRO::%zone1%.1~ is replaced with the text recognized in the zone "zone1" on the first page of the document.

Special Set Replacement Tag Names (SSRTN)

This component does not generate SSRTNs.