←Select platform

IsNativeRecognitionModuleSupported Method

Summary
Checks whether the specified recognition module is supported by this IOcrEngine.
Syntax
C#
C++/CLI
Java
Python
public bool IsNativeRecognitionModuleSupported( 
   NativeOcrZoneRecognitionModule recognitionModule 
) 
public boolean isNativeRecognitionModuleSupported(NativeOcrZoneRecognitionModule recognitionModule) 
bool IsNativeRecognitionModuleSupported(  
   NativeOcrZoneRecognitionModule recognitionModule 
)  
def IsNativeRecognitionModuleSupported(self,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.