L_OcrRuntimeFile

typedef struct L_OcrRuntimeFile 
{ 
   L_UINT StructSize; 
   const L_TCHAR * FileName; 
   L_OcrRuntimeFileMode Mode; 
   L_TCHAR FullPath[MAX_PATH]; 
} L_OcrRuntimeFile; 

Data for the L_OcrRuntimeFileCallback callback.

Members

StructSize

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

FileName

The file name of the OCR runtime file being requested. This value is input only.

Mode

Operation to be performed on the OCR runtime file. This value is input only.

FullPath[MAX_PATH]

The full path to where the OCR runtime file resides. This value is output only.

Comments

Refer to L_OcrEngine_SetRuntimeFileCallback for more information.

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