L_OcrSpellCheckManager_GetSpellCheckEngine (original) (raw)
Summary
Gets the current spell check engine.
Syntax
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrSpellCheckManager_GetSpellCheckEngine(spellCheckManager, value)
Parameters
L_OcrSpellCheckManager spellCheckManager
OCR engine spell check manager handle.
L_OcrSpellCheckEngine* value
pointer to L_OcrSpellCheckEngine variable to be updated.
Returns
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Comments
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
- LTOCR
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
See Also
Functions
- L_OcrSpellCheckManager_GetSupportedLanguages
- L_OcrSpellCheckManager_IsLanguageSupported
- L_OcrSpellCheckManager_SetSpellCheckEngine
- L_OcrSpellCheckManager_AddUserWords
Topics
- Programming with LEADTOOLS OCR Module - LEAD Engine
- Starting and Shutting Down the OCR Engine
- OCR Languages and Spell Checking
- OCR Spell Language Dictionaries
Example
For an example, refer to L_OcrEngine_GetSpellCheckManager