L_Doc2GetRecognitionResultOptionsExt

#include "ltdoc2.h"

L_LTDOC2_API L_INT L_Doc2GetRecognitionResultOptionsExt(hDoc, nDocId, pResOpts, uStructSize)

Gets the options currently being used to save recognition results to a file.

Parameters

L_HDOC2 hDoc

Handle to the OCR document.

L_INT nDocId

Document ID created by calling L_Doc2CreateDocument.

pRESULTOPTIONS2 pResOpts

Pointer to a RESULTOPTIONS2 structure to be updated.

L_UINT uStructSize

Size in bytes, of the structure pointed to by pResOpts. Use sizeof(RESULTOPTIONS2) to calculate this value.

Returns

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

Comments

To update the options for saving the recognition results, call the L_Doc2SetRecognitionResultOptions / L_Doc2SetRecognitionResultOptionsExt function.

To recognize one or more pages, 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