Click or drag to resize

FILLINGMETHOD Enumeration

Filling methods.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum FILLINGMETHOD
Members
  Member nameValueDescription
FM_DEFAULT0 Default zone filling method.
FM_OMNIFONT1 Omnifont zone filling method.
FM_DRAFTDOT92 9-pin draft dot-matrix zone filling method.
FM_BARCODE3 1D bar code zone filling method.
FM_OMR4 Optical mark zone filling method.
FM_HANDPRINT5 Hand printed zone filling method.
FM_BRAILLE6 Not supported.
FM_DRAFTDOT247 24-pin draft dot-matrix zone filling method.
FM_OCRA8 OCR-A zone filling method.
FM_OCRB9 OCR-B zone filling method.
FM_MICR10 Magnetic ink character filling method.
FM_BARCODE2D11 2D bar code zone filling method.
FM_DOTDIGIT12 Dot-digit zone filling method.
FM_DASHDIGIT13 Dash-digit zone filling method.
FM_RESERVED_214 Internal use only. Must NOT be selected.
FM_CMC715 CMC7 font zone filling method.
FM_NO_OCR16 No recognition will be attempted.
FM_SIZE17 Number of zone filling methods (Not used).
Remarks

This enumerates the possible content types of the zones from the OCR engine's perspective. Each zone must have one of the filling methods listed here.

Each zone needs to be associated with a RECOGNITIONMODULE and a FILLINGMETHOD. This is needed because some RECOGNITIONMODULEs support more than one FILLINGMETHOD, and some FILLINGMETHODs are accepted by more than one RECOGNITIONMODULE. It is important to ensure that the RECOGNITIONMODULE-FILLINGMETHOD pair is suitable.

See Also