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

Separation Event

Separate Action Grooper.Capture

Defines the conditions that trigger the creation of new documents during event-based separation.


Separation Events are used to configure how Batch Folders and Batch Pages are split into new documents during processing. Each event specifies a trigger condition, such as the detection of a blank page, a barcode, or a control sheet, and determines the resulting separation action.

Remarks

Overview

A Separation Event is an abstract base class for all event-based document separation logic. It is used within a Separation Provider to define when and how new documents are created as batches are processed.

  • Each event is evaluated in sequence for each page or item in the batch.
  • When an event's trigger condition is met, the associated Separate Action is executed, which may create a new folder, delete a page, or perform other actions.

Configuration

To configure a separation event:

  1. Select the desired event type (e.g., Blank Page Detected, Barcode Detected, Control Sheet Detected).
  2. Set the event's properties to define the trigger condition and resulting action.
  3. Assign the event to a Separation Profile or Separation Provider.

Viewable Properties

  • Folder Level:
    Specifies the relative folder level at which new documents will be created.
    A value of 1 creates new folders one level below the processing scope. A value of 0 disables folder creation.

  • Delete Page:
    If enabled, the page that triggered the event will be deleted after separation.

Usage Notes

  • Multiple separation events can be combined to handle complex separation scenarios.
  • The order of events may affect the outcome, as only the first matching event is executed for each item.

For more information, see the documentation for Separation Provider, Separate Action, and Batch Folder.

Properties

NameTypeDescription

Derived Types

There are 5 implementations of Separation Event.

Barcode Detected Triggers document separation when a specific barcode is detected on a page.
Blank Page Detected Triggers document separation when a blank page is detected.
Content Type Detected Triggers document separation when a page 1 of a specific Content Type is detected.


The Content Type Detected event is used to create new documents or folders in a batch when the first page of a document is confidently classified as a specific Content Type. This enables separation based on document classification, supporting complex, model-driven workflows.

Page Count Triggers document separation at a fixed page interval.
Shape Detected Triggers document separation when a specific shape is detected on a page.

See Also

Used By

Notification