←Select platform

GetSupportedNativeRecognitionModules Method

Summary
Gets a list of the recognition modules supported by this IOcrEngine.
Syntax
C#
C++/CLI
Java
Python
public NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules() 
public ArrayList<NativeOcrZoneRecognitionModule> getSupportedNativeRecognitionModules() 
array<NativeOcrZoneRecognitionModule>^ GetSupportedNativeRecognitionModules();  
def GetSupportedNativeRecognitionModules(self): 

Return Value

An array of NativeOcrZoneRecognitionModule members that list the recognition modules supported by this IOcrEngine.

Remarks

Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.

To determine whether a particular recognition module is supported by the engine, use IsNativeRecognitionModuleSupported.

The supported recognition modules are values that are both supported by this IOcrEngine and are installed on your system. To determine whether there are additional recognition modules that are supported by the IOcrEngine but not currently installed on your system, use GetAdditionalNativeRecognitionModules.

Note: This method is not supported in the LEADTOOLS OCR Module - LEAD Engine. This method will always return an array of one item that contains NativeOcrZoneRecognitionModule.Auto.

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.