Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

GetAdditionalNativeRecognitionModules Method








Gets an array of the additional recognition modules supported by the IOcrEngine.
Syntax
NativeOcrZoneRecognitionModule[] GetAdditionalNativeRecognitionModules()
'Declaration
 
Function GetAdditionalNativeRecognitionModules() As NativeOcrZoneRecognitionModule()
'Usage
 
Dim instance As IOcrZoneManager
Dim value() As NativeOcrZoneRecognitionModule
 
value = instance.GetAdditionalNativeRecognitionModules()
NativeOcrZoneRecognitionModule[] GetAdditionalNativeRecognitionModules()
public ArrayList<NativeOcrZoneRecognitionModule> getAdditionalNativeRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.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 Advantage Engine. This method will always return an array of one item that contains NativeOcrZoneRecognitionModule.Auto.

Requirements

Target Platforms

See Also

Reference

IOcrZoneManager Interface
IOcrZoneManager Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneRecognitionModule Enumeration
NativeOcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
NativeOcrZone Structure
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features