#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2SaveSettings(hDoc, pszFileName)
Saves the current engine settings to a file.
Handle to the OCR document
Character string that contains the name of the settings file to save.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
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