Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EnableLanguages Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : EnableLanguages Method



names
An array of String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the IOcrEngine.

Note: This array should contain ONLY one item if you are using the LEADTOOLS OCR Advantage Engine, otherwise an exception will be thrown.

names
An array of String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the IOcrEngine.

Note: This array should contain ONLY one item if you are using the LEADTOOLS OCR Advantage Engine, otherwise an exception will be thrown.

Enable the language environment of the character sets used by the IOcrEngine.

Syntax

Visual Basic (Declaration) 
Overridable Sub EnableLanguages( _
   ByVal names() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrLanguageManager
Dim names() As String
 
instance.EnableLanguages(names)
C# 
virtual void EnableLanguages( 
   string[] names
)
C++/CLI 
virtual void EnableLanguages( 
   array<String^>^ names
) 

Parameters

names
An array of String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the IOcrEngine.

Note: This array should contain ONLY one item if you are using the LEADTOOLS OCR Advantage Engine, otherwise an exception will be thrown.

Example

For an example, refer to IOcrLanguageManager.

Remarks

The EnableLanguages method is used to define the main part of the language environment of the character sets used by the IOcrEngine.

The default value of the enabled languages is "en" (for English).

Use the GetEnabledLanguages to obtain a list of the languages currently enabled in the language environment.

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.

Note: If you call this method when using the LEADTOOLS OCR Advantage Engine, then the user specified settings will be reset because this method will re-initialize the OCR engine using the specified language.

Some of the OCR engines supported by LEADTOOLS do not allow enabling more than one engine at a time. To check if the OCR engine supports more than one language, you must first check the value of the SupportsEnablingMultipleLanguages property. If the value of this property is false, then only the first item in the array passed to EnableLanguages will be used.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

EnableLanguages requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features