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

Extractor Based Provider

Separation Provider Grooper.Capture

Provides a base class for Separation Provider implementations that use data extraction to determine document boundaries.

Remarks

The Extractor Based Provider class serves as a foundation for separation logic that relies on extracting values from document content to identify where new documents should begin. It is designed for scenarios where separation is driven by the presence, absence, or change of specific data elements —such as invoice numbers, barcodes, or other extracted fields—rather than by fixed page counts or control sheets.

Properties

NameTypeDescription

Derived Types

There are 3 implementations of Extractor Based Provider.

Change In Value Separator Performs document separation by detecting changes in a binding value extracted from each Batch Page.
EPI Separation Performs document separation using Embedded Page Information (EPI) extracted from each Batch Page.
Pattern-Based Separation Creates a new document whenever the configured Value Extractor produces one or more results on a Batch Page.

See Also

Used By

Notification