L_Doc2SaveSettings

#include "ltdoc2.h"

L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2SaveSettings(hDoc, pszFileName)

Saves the current engine settings to a file.

Parameters

L_HDOC2 hDoc

Handle to the OCR document

L_TCHAR * pszFileName

Character string that contains the name of the settings file to save.

Returns

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

Comments

To load the engine settings from a file, call the L_Doc2LoadSettings / L_Doc2LoadSettingsExt function.

✅ IMPORTANT

You must call the L_Doc2StartUp before calling the L_Doc2SaveSettings / L_Doc2SaveSettingsExt function. However, if you call the L_Doc2SaveSettings / L_Doc2SaveSettingsExt function after calling the L_Doc2StartUp function, but before you have set any of the engine settings, the settings file will contain the default.

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