ImageGear .NET
Spell Checking Languages

The spelling languages available in the current recognition engine configuration can be accessed via the ImGearRecRecognitionSettings.SpellingLanguages Property. The application can specify a language setting as the spelling language, valid for the next page or pages with the SpellingLanguage Property.

Additionally, vertical language checking can also be activated when one of the Vertical dictionaries (e.g., LEGAL_GER.DMD) has been set through the VerticalDictionary Property.

Configuring the Checking Subsystem to Use English Spell Checking

C#
Copy Code
igRecognition.Recognition.SpellingEnabled = true;
igRecognition.Recognition.CorrectionEnabled = true;
igRecognition.Recognition.SpellingLanguage = ImGearRecLanguage.ENG;
VB .NET
Copy Code
igRecognition.Recognition.SpellingEnabled = True
igRecognition.Recognition.CorrectionEnabled = True
igRecognition.Recognition.SpellingLanguage = ImGearRecLanguage.ENG

When the spelling language is set to NO, or when it specifies a language for which there is no language dictionary, the language checking will not be activated for the zones of the page.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback