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

Show in webframe

GetSupportedNativeRecognitionModules Method








Gets a list of the recognition modules supported by this IOcrEngine.
Syntax
NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules()
'Declaration
 
Function GetSupportedNativeRecognitionModules() As NativeOcrZoneRecognitionModule()
'Usage
 
Dim instance As IOcrZoneManager
Dim value() As NativeOcrZoneRecognitionModule
 
value = instance.GetSupportedNativeRecognitionModules()
NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules()
public ArrayList<NativeOcrZoneRecognitionModule> getSupportedNativeRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeRecognitionModules()
array<NativeOcrZoneRecognitionModule>^ GetSupportedNativeRecognitionModules(); 

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

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