L_OcrMICRData

struct L_OcrMICRData 
{ 
   L_UINT StructSize; 
   L_WCHAR Auxiliary[32]; 
   L_WCHAR EPC; 
   L_WCHAR Routing[16]; 
   L_WCHAR Account[32]; 
   L_WCHAR CheckNumber[16]; 
   L_WCHAR Amount[32]; 
}; 
typedef struct L_OcrMICRData L_OcrMICRData; 

Magnetic Ink Character Recognition (MICR) data.

Members

StructSize

Structure size. It should be equal to sizeof(L_OcrMICRData).

Auxiliary

Gets or sets the auxiliary value.

EPC

Gets or sets the EPC value.

Routing

Gets or sets the routing value.

Account

Gets or sets the account value.

CheckNumber

Gets or sets the check number value.

Amount

Gets or sets the amount value.

Comments

L_OcrMICRData is the result returned from the L_OcrPage_ExtractZoneMICRData method.

This structure is used with the following functions:

L_OcrPage_ExtractZoneMICRData

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help