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)
- (BOOL)isLanguageSupported:(NSString*)name error:(NSError**)outError;
public boolean isLanguageSupported(String 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.
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