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

OMR Box

Embedded Object Grooper.Extract

Defines the location, output value, and registration settings for a checkbox.

Remarks

OmrBox specifies a single checkbox to be read by Zonal OMR, including its output value, location, and optional local registration (alignment) settings.


Overview

Each OmrBox represents one checkbox on the form. You define:

  • The value to output if the box is checked (Value).
  • The rectangular region where the checkbox is expected (Bounds).
  • (Optionally) an Anchor for local alignment, allowing the box to move relative to a detected label or feature.

OmrBoxes are combined in the parent Zonal OMR extractor to define all checkboxes to be read on a page.


Usage Guidance

  • Use a unique Value for each box to clearly identify the meaning of a checked box in the output.
  • Set Bounds as precisely as possible to the expected checkbox location on the sample document.
  • If the checkbox may shift position (e.g., due to variable labels), configure an Anchor to provide local registration.
  • Always use the same sample document when configuring both Bounds and Anchor to ensure alignment.

Notes

  • The number of OmrBoxes must match the requirements of the parent Zonal OMR mode (Boolean: 1, CheckOne/CheckMulti: 2+).
  • For more details, see the Zonal OMR and OMR Box wiki pages.

Properties

NameTypeDescription

See Also

Used By

Notification