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

Separation Behavior

Behavior Grooper.Capture

Defines document separation options and logic for a Content Type, enabling configuration of how documents are identified and split during processing.

Remarks

The SeparationBehavior class provides settings that control how Grooper determines the boundaries between documents within a batch. By assigning a Separation Behavior to a Content Type, you can influence how the system recognizes the start of new documents and applies classification logic.

First Page Verification

  • The 'First Page Multiplier' property allows you to specify a Value Extractor that is used to verify whether a page is a valid starting point for a document.
  • If the extractor finds no matches on a page, that page is excluded as a possible first page.
  • If matches are found, the confidence score of the first match is used as a multiplier to adjust the page's classification score, improving the accuracy of document separation.

Typical Usage

  • Use Separation Behavior to fine-tune document separation in scenarios where the first page of a document can be reliably identified by specific patterns, keywords, or features.
  • Common use cases include separating multi-page scanned documents, mailroom batches, or forms where the first page has a unique header or identifier.

Configuration Guidance

  • Assign a Value Extractor to 'First Page Multiplier' to define the criteria for recognizing the first page of a document.
  • Adjust the extractor logic to match the unique characteristics of your document types for optimal separation performance.

Related Concepts

  • Content Type: The document type to which this behavior is applied.
  • Value Extractor: Used to identify and score potential first pages.
  • Batch Folder: The container where separated documents are created during processing.

For best results, configure the separation logic to match the structure and variability of your incoming documents, ensuring reliable and accurate document boundaries.

Properties

NameTypeDescription

See Also

Notification