SimpleOCR:SDK Functions – SetLanguage
void SetLanguage(int language, const char* dictDir)
Selects the language used in the text you want to process.
Return Value
None
Parameters
language
A value among:ENGLISH for English language.
FRENCH for French language.
DUTCH for Dutch language.
ENGUK for UK English language.
CUSTOM for Custom dictionary.
NONE for No language selected.
dictDir
The directory where the dictionary files are stored.
Comments
If a language has been selected, the OCR process will use a dictionary in order to improve the OCR results.