Checks whether the specified recognition module is supported by this IOcrEngine.
public bool IsNativeRecognitionModuleSupported(
NativeOcrZoneRecognitionModule recognitionModule
)
Function IsNativeRecognitionModuleSupported( _
ByVal recognitionModule As Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule _
) As Boolean
bool IsNativeRecognitionModuleSupported(
Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule recognitionModule
)
public boolean isNativeRecognitionModuleSupported(NativeOcrZoneRecognitionModule recognitionModule)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeRecognitionModuleSupported(
recognitionModule
)
bool IsNativeRecognitionModuleSupported(
Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule recognitionModule
)
recognitionModule
The recognition module to check.
True if recognitionModule is supported by this IOcrEngine; otherwise, it is false.
Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.
To get all of the recognition modules supported by the engine, use GetSupportedNativeRecognitionModules.
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