←Select platform

GetSupportedLanguages Method

Summary
Gets an array of the supported languages by the IOcrEngine.
Syntax
C#
VB
Objective-C
C++
Java
public string[] GetSupportedLanguages() 
Function GetSupportedLanguages() As String() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedLanguages 
public String[] getSupportedLanguages() 
array<String^>^ GetSupportedLanguages();  

Return Value

An array of String objects that contain the names of the supported languages by the IOcrEngine.

Remarks

Use the IsLanguageSupported method to check if an individual language is supported by the IOcrEngine.

The supported languages are values that are both supported by this IOcrEngine and are installed on your system. To check if there are additional languages that are supported by the IOcrEngine but not currently installed on your system, use GetAdditionalLanguages.

The language values used throughout the LEADTOOLS OCR toolkit is a string value based on RFC 4646 (Windows Vista and later). The name could be an ISO 639 two-letter lowercase culture code associated with a language or a combination of ISO 630 and ISO 3166 two-letter uppercase subculture code associated with a country or region.

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.

Example

For an example, refer to IOcrLanguageManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.