L_Doc2GetMOROptions

#include "ltdoc2.h"

L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2GetMOROptions(hDoc, pMOROpts, uStructSize)

Gets the current MOR recognition options used by the OCR document engine.

Parameters

L_HDOC2 hDoc

Handle to the OCR document.

pMOROPTIONS2 pMOROpts

Pointer to MOROPTIONS2 structure to be updated.

L_UINT uStructSize

Size in bytes, of the structure pointed to by pMOROpts, use sizeof(MOROPTIONS2) to calculate this value.

Returns

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

Comments

These options will be used only when the recognition module is DOC2_RECOGMODULE_MULTI_LINGUAL_OMNIFONT.

To update the MOR options, call the L_Doc2SetMOROptions / L_Doc2SetMOROptionsExt function.

To recognize a page, call the L_Doc2Recognize / L_Doc2RecognizeExt function.

Required DLLs and Libraries

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 - OmniPage Engine C API Help