Advanced Barcode Extraction plugin

This topic explains how to configure and perform advanced bar code extraction in Transact.

The advanced bar code plugins use the advanced bar code engine, which allows more control over the classification and extraction results in certain scenarios. Use of the advanced bar code plugins over standard bar code plugins is recommended if your documents have multiple bar codes on a single page.

Use cases

Advanced bar code extraction is useful when:

  • You are extracting data from documents with multiple bar codes on a single page.
  • You are extracting data from documents with both 1D and 2D bar codes.
  • You are using OmniPage for enhanced barcode extraction.

Prerequisites

This topic outlines the prerequisites required to perform advanced bar code extraction.

  • You need a batch class with at least one document type and index field. For detailed steps, see the following topics:
  • You need to add the OMNIPAGE_BARCODE_READER plugin to the Page Process module for your batch class.
  • Configure the OMNIPAGE_BARCODE_READER plugin. This plugin only needs to be configured once per batch class. See Advanced Barcode Reader plugin to configure the OMNIPAGE_BARCODE_READER plugin.
  • You need to add the OMNIPAGE_BARCODE_EXTRACTION plugin to the Extraction module for your batch class.

Make sure the OMNIPAGE plugin is added to the workflow for improved barcode extraction performance.

For more information on managing plugins, see Modules and plugins.

Configure Advanced Barcode Extraction plugin

This topic provides the information on how to configure the OMNIPAGE_BARCODE_EXTRACTION plugin. This plugin only needs to be configured once per batch class.

  1. Go to the Batch Class Management page.
  2. Select your batch class and click Open.
  3. Go to Modules > Extraction > OMNIPAGE_BARCODE_EXTRACTION.
  4. Configure the plugin.

    See the following table for configurable properties for this plugin.

    Configurable property Options Description

    Use Advanced Reader Switch

    • ON
    • OFF

    Setting this switch to ON applies the configuration settings used for the OMNIPAGE_BARCODE_READER plugin to the OMNIPAGE_BARCODE_EXTRACTION plugin.

    Extraction Switch

    • ON
    • OFF

    This switch enables or disables bar code extraction. This switch must be set to ON for extraction to work.

    Barcode Confidence

    Number (0-100)

    This is the confidence threshold for bar code classification. Transact filters out bar code results that have a confidence value less than this specified threshold.

    Barcode Methods

    The available options for both Windows and Linux:

    • Zxing

    • OmniPage

    • Recostar (Deprecated)

    Use this property to drag and drop the default bar code engines in order of priority. Transact attempts extraction with the first priority engine and proceeds down the list until extraction is successful. Once a bar code is extracted, other engines with lower priorities are ignored.

    You can delete a bar code engine by right-clicking the name and selecting Delete.

    Use All barcode Tools

    • ON
    • OFF

    This switch enables or disables using all bar code methods.

    Barcode Region

    • Barcode Type
    • Whole Page
    • Top Left
    • Top Right
    • Bottom Left
    • Bottom Right

    Use this property to specify the zone on the page from which the bar code should be extracted.

    Performance and accuracy increase if a smaller region is specified.