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

Barcode Extractor

Value Extractor Grooper.Extract

Provides a common base for value extractors that capture barcode values.

Remarks

The Barcode Extractor class serves as the foundation for all barcode-reading value extractors in Grooper. It enables the extraction of barcode values from documents, supporting a wide range of barcode types and extraction scenarios.

Overview

  • Barcode extractors can read values from barcodes detected during image processing or directly from document images.
  • They support filtering by page, barcode type, and value pattern, allowing precise control over which barcodes are extracted.
  • Extracted barcode values can be used for indexing, validation, document identification, or routing.

Configuration

  • Use the 'Page Filter' property to restrict extraction to specific pages.
  • Use the 'Value Pattern' property to filter barcode values using regular expressions.
  • Use the 'Output Group' property to extract a specific named group from the regular expression match.

Usage Notes

  • Derived types include Find Barcode, Read Barcode, and other specialized barcode extractors.
  • Barcode extractors are typically assigned to Data Fields that require barcode values for indexing or validation.
  • For more information on barcode extraction, see the documentation for Find Barcode and Read Barcode.

Properties

NameTypeDescription

Derived Types

There are 2 implementations of Barcode Extractor.

Find Barcode Searches for barcode values in document Layout Data previously detected during image processing.
Read Barcode Extracts barcode values from document images using configurable barcode recognition.

Used By

Notification