L_OcrDocumentManager_SetFormatOptions

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrDocumentManager_SetFormatOptions(documentManager, format, formatOptions)

Gets the current options for the specified document format.

Parameters

L_OcrDocumentManager documentManager

Handle to the OCR engine document manager.

DOCWRTFORMAT format

Format to get its options.

const DOCWRTOPTIONS* formatOptions

Pointer to the updated options of the specified document format to set back into engine.

Returns

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

Comments

Sets the updated document format options back into document manager.

You can get the document format options by calling L_OcrDocumentManager_GetFormatOptions.

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