←Select platform

IsNativeRecognitionModuleSupported Method

Summary
Checks whether the specified recognition module is supported by this IOcrEngine.
Syntax
C#
VB
C++
Java
public bool IsNativeRecognitionModuleSupported( 
   NativeOcrZoneRecognitionModule recognitionModule 
) 
Function IsNativeRecognitionModuleSupported( _ 
   ByVal recognitionModule As NativeOcrZoneRecognitionModule _ 
) As Boolean 
public boolean isNativeRecognitionModuleSupported(NativeOcrZoneRecognitionModule recognitionModule) 
bool IsNativeRecognitionModuleSupported(  
   NativeOcrZoneRecognitionModule recognitionModule 
)  

Parameters

recognitionModule
The recognition module to check.

Return Value

True if recognitionModule is supported by this IOcrEngine; otherwise, it is false.

Remarks

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.

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.