L_OcrRuntimeFileMode

Summary

Operation to be performed on an OCR runtime file.

Syntax

typedef enum L_OcrRuntimeFileMode 
{ 
   L_OcrRuntimeFileMode_Exists, 
   L_OcrRuntimeFileMode_Open, 
   L_OcrRuntimeFileMode_Close, 
 
} L_OcrRuntimeFileMode; 

Members

L_OcrRuntimeFileMode_Exists

Check to see if the file exists

L_OcrRuntimeFileMode_Open

Open the file for reading

L_OcrRuntimeFileMode_Close

Close the file after reading

Comments

Refer to L_OcrEngine_SetRuntimeFileCallback for more information.

Usage

See Also

Functions

Topics

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.