#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2LoadSettings(hDoc, pszFileName)
Loads settings from an OCR engine settings file.
Handle to the OCR document.
Character string that contains the name of the OCR engine settings file.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Loads settings from a settings file that was previously saved by a call to the L_Doc2SaveSettings / L_Doc2SaveSettingsExt function.
Required DLLs and Libraries
For an example, refer to L_Doc2StartUp.