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

OutputValueOptions

Grooper.Extract

Defines options for individual output instances.

Remarks

The Output Value Options enumeration specifies additional processing steps that can be applied to each output value in a result set.

Use these flags to control string cleanup, whitespace trimming, group flattening, and whether to consider character-level OCR confidence.

  • Combine multiple options as needed to achieve the desired output.
  • These options are typically used in Result Set Options to ensure output values are clean, normalized, and ready for downstream use.

Typical Scenarios

  • String Cleanup:
    Remove control characters or trim whitespace from extracted values.
  • Confidence Adjustment:
    Factor in OCR character confidence for more accurate result scoring.
  • Group Flattening:
    Collapse hierarchical groups to produce a flat list of results.

A combination of the following flags:

NameValueDescription

Used By

Notification