#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrSpellCheckManager_GetSpellCheckEngine(spellCheckManager, value)
Gets the current spell check engine.
OCR engine spell check manager handle.
pointer to L_OcrSpellCheckEngine variable to be updated.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Gets the current spell check engine. Default spell check engine is L_OcrSpellCheckEngine_Native.
For more information on the spell check engines supported by LEADTOOLS OCR Module - LEAD Engine, refer to L_OcrSpellCheckEngine.
Required DLLs and Libraries
For an example, refer to L_OcrEngine_GetSpellCheckManager