←Select platform

SupportsEnablingMultipleLanguages Property

Summary
Gets a value to indicate whether this engine supports enabling multiple languages at the same time.
Syntax
C#
VB
C++
Java
public bool SupportsEnablingMultipleLanguages { get; } 
ReadOnly Property SupportsEnablingMultipleLanguages As Boolean 
public boolean getSupportsEnablingMultipleLanguages() 
property bool SupportsEnablingMultipleLanguages { 
   bool get(); 
} 

Property Value

True it this engine supports enabling multiple languages at the same time; otherwise it is false.

Remarks

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.

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.