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
bool SupportsEnablingMultipleLanguages {get;}
public boolean getSupportsEnablingMultipleLanguages()
get_SupportsEnablingMultipleLanguages();
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.
For an example, refer to IOcrLanguageManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET