←Select platform

GetAdditionalNativeRecognitionModules Method

Summary
Gets an array of the additional recognition modules supported by the IOcrEngine.
Syntax
C#
VB
C++
Java
public NativeOcrZoneRecognitionModule[] GetAdditionalNativeRecognitionModules() 
Function GetAdditionalNativeRecognitionModules() As NativeOcrZoneRecognitionModule() 
public ArrayList<NativeOcrZoneRecognitionModule> getAdditionalNativeRecognitionModules() 
array<NativeOcrZoneRecognitionModule>^ GetAdditionalNativeRecognitionModules();  

Return Value

An array of NativeOcrZoneRecognitionModule enumeration members that contain the additional recognition modules supported by the IOcrEngine.

Remarks

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

The additional recognition modules are values that are supported by this IOcrEngine but could not be found on the system. You need to install additional recognition module packs to be able to support these modules in your application. For more information, refer to Files to be Included with Your Application.

To get all of the recognition modules supported by the engine, use GetSupportedNativeRecognitionModules.

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

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 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.