L_OcrEngine_GetEngineType

Summary

Returns the started OCR engine type.

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrEngine_GetEngineType(engine, value)

Parameters

L_OcrEngine engine

Handle to the OCR engine.

L_OcrEngineType* value

Pointer to a L_OcrEngineType enumeration to be updated with the current start OCR engine type. Currently LEADTOOLS only have L_OcrEngineType_LEAD engine type inside this enum data type.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Returns the started OCR engine type, currently LEADTOOLS only have L_OcrEngineType_LEAD engine type inside this enum data type.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_OcrEngine_Startup

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.