Gets a value to indicate whether this engine supports enabling multiple languages at the same time.
public bool SupportsEnablingMultipleLanguages { get; }
ReadOnly Property SupportsEnablingMultipleLanguages As Boolean
public boolean getSupportsEnablingMultipleLanguages()
property bool SupportsEnablingMultipleLanguages {
bool get();
}
True it this engine supports enabling multiple languages at the same time; otherwise it is false.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document