L_OcrRuntimeFile

Summary

Data for the L_OcrRuntimeFileCallback callback.

Syntax

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

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.

Guid

The GUID associated with this data.

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.

See Also

Functions

Topics

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

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.