Supported Bar Codes and Bar Code Data Extraction

The Data Extractor Component supports the detection of QR, 2D and 1D bar codes within documents. Barcoded data can be extracted and mapped from documents passing through the server.

Using Regular Expressions, the Data Extractor allows the server to detect and process barcoded cover sheets (or separator pages) generated by third-party systems.

Setting bar code data extraction

To set data extraction, you can use a control file and set:

prDataExtraction = Mode

where Mode is the sum of one or more of the following:

None = 0,

Barcode1D = 1

Barcode2D_PDF417 = 2

Barcode2D_DataMatrix = 16

Barcode2D_QR = 32

For example, to extract 1D, 2D and QR barcodes set:  prDataExtraction=33

Supported bar codes

Upland AccuRoute supports the following 2D barcodes.

  • PDF417

  • QR Code

In addition, these 1D barcodes are supported.

Member

Value

Description

cibf4State 33554432 4State postal bar codes: USPS Intelligent Mail, British Postcode, Australian Postcode
cibfAddon2 512 Addon-2 bar code
cibfAddon5 1024 Addon-5 bar code
cibfAirline2of5 524288 IATA bar code
cibfCodabar 8 Codabar bar code
cibfCode128 4 Code 128 bar code
cibfCode32 8388608 Code 32 bar code
cibfCode39 2 Code 39 bar code
cibfCode93 64 Code 93 bar code
cibfDatalogic2of5 131072 Datalogic bar code
cibfEan13 256 EAN-13 bar code
cibfEan8 32 EAN-8 bar code
cibfIndustrial2of5 65536 Industrial bar code
cibfInterleaved2of5 1 Interleaved 2 of 5 bar code
cibfMatrix2of5 262144 Matrix barcode
cibfPatch 2097152 Patch barcode
cibfPostnet 16777216 Postnet or Planet bar code
cibfUcc128 1048576 UCC-128 bar code
cibfUpca 16 UPC-A bar code
cibfUpce 128 UPC-E bar code

See also

About Data Extractor Component

Configuring Regular Expressions and Forms Recognition

Text PDF Form Identification and Zonal Field Extraction

About Routing Sheets

Creating Routing Sheet Templates Guidelines