Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Fixed

Section Extract Method Grooper.Extract

Identifies section instances using a fixed rectangular region on a specific page.

Remarks

The Fixed section extraction method outputs a single section instance containing all character data bounded by a user-defined rectangular region on a specified page of the document. This approach is ideal for extracting data from documents with highly consistent layouts, such as forms or standardized reports, where the desired content always appears in the same location.

If the document does not contain the specified page, an empty result set will be returned. The region is defined using the 'Bounds' property, and the page is selected using the 'Page Number' property. Negative page numbers allow referencing pages in reverse order (e.g., -1 for the last page).

Example Scenario

To extract a signature block that always appears in the lower-right corner of the last page of a document, configure the 'Bounds' property to the appropriate rectangle and set 'Page Number' to -1.

This method is best suited for documents with fixed layouts and should be avoided for variable or unstructured content.

Properties

NameTypeDescription

See Also

Used By

Notification