Kofax Mobile SDK API Reference
Classes | Enumerations
kfxKBRBarcodeReader.h File Reference
#import <Foundation/Foundation.h>
#import <kfxLibEngines/kfxKEDImage.h>
#import "kfxKBRDelegate.h"

Go to the source code of this file.

Classes

class  kfxKBRBarcodeReader
 The barcode recognition engine. More...
 

Enumerations

enum  KBRSearchDirections {
  KBR_LEFT_RIGHT = 1 << 0, KBR_RIGHT_LEFT = 1 << 1, KBR_TOP_DOWN = 1 << 2, KBR_BOTTOM_UP = 1 << 3,
  KBR_ALL = KBR_LEFT_RIGHT | KBR_RIGHT_LEFT | KBR_TOP_DOWN | KBR_BOTTOM_UP
}
 An enumeration containing the different possible barcode search directions. More...
 
enum  KBRSymbologies {
  kfxKBRcode128 = 1, kfxKBREan = 2, kfxKBRUpc = 3, kfxKBRCode39 = 4,
  kfxKBRCode25 = 5, kfxKBRCodabar = 6, kfxKBRPdf417 = 7, kfxKBRQRCode = 8,
  kfxKBRCode93 = 9, kfxKBRPostnet = 10, kfxKBRDataMatrix = 11
}
 An enumeration containing the different barcode symbologies that can be detected. More...
 

Enumeration Type Documentation

An enumeration containing the different possible barcode search directions.

One or more of these values can be passed to a kfxKBRBarcodeReader instance to restrict the directions that are searched for barcodes.

Enumerator
KBR_LEFT_RIGHT 
KBR_RIGHT_LEFT 
KBR_TOP_DOWN 
KBR_BOTTOM_UP 
KBR_ALL 

An enumeration containing the different barcode symbologies that can be detected.

One or more of these values can be passed to a kfxKBRBarcodeReader instance to restrict search to those symbologies.

Enumerator
kfxKBRcode128 
kfxKBREan 
kfxKBRUpc 
kfxKBRCode39 
kfxKBRCode25 
kfxKBRCodabar 
kfxKBRPdf417 
kfxKBRQRCode 
kfxKBRCode93 
kfxKBRPostnet 
kfxKBRDataMatrix 
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.