L_Doc2GetOMROptionsExt

#include "ltdoc2.h"

L_LTDOC2_API L_INT L_Doc2GetOMROptionsExt(hDoc, nDocId, pOMROpts, uStructSize)

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

Parameters

L_HDOC2 hDoc

Handle to the OCR document.

L_INT nDocId

Document ID created by calling L_Doc2CreateDocument.

pOMROPTIONS2 pOMROpts

Pointer to an OMROPTIONS2 structure to be updated.

L_UINT uStructSize

Size in bytes, of the structure pointed to by_pOMROpts_. Use sizeof(OMROPTIONS2) to calculate this value.

Returns

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

Comments

OMR options are only used if the recognition module is DOC2_RECOGMODULE_OMR.

To update the OMR options, call the L_Doc2SetOMROptions / L_Doc2SetOMROptionsExt function.

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

Required DLLs and Libraries

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

LEADTOOLS OCR Module - OmniPage Engine C API Help

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