Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : IsLanguageSupported Method |
'Usage Dim instance As IOcrLanguageManager Dim name As String Dim value As Boolean value = instance.IsLanguageSupported(name)
function Leadtools.Forms.Ocr.IOcrLanguageManager.IsLanguageSupported( name )
Use the GetSupportedLanguages method to get a list of all the language supported by the IOcrEngine.
The language environment defines the character set(s) recognized by the OCR engine. For example, if you enable the English and German languages, the German characters (ä, Ä, é, ö, Ö, ü, Ü, ß) will be combined with the English characters to define the set recognized by the engine. The language environment does not perform spell checking however, for that, refer to IOcrSpellCheckManager.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
IOcrLanguageManager Interface
IOcrLanguageManager Members
IOcrLanguageManager Interface
GetSupportedLanguages Method
EnableLanguages Method
GetEnabledLanguages Method
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application
Working with OCR Languages
OCR Languages and Spell Checking