Gets a list of the recognition modules supported by this IOcrEngine.
public NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules()
Function GetSupportedNativeRecognitionModules() As Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule()
[Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule[]](nativeocrzonerecognitionmodule.md) GetSupportedNativeRecognitionModules()
public ArrayList<NativeOcrZoneRecognitionModule> getSupportedNativeRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeRecognitionModules()
Leadtools.Forms.Ocr.array<NativeOcrZoneRecognitionModule>^ GetSupportedNativeRecognitionModules();
An array of NativeOcrZoneRecognitionModule members that list the recognition modules supported by this IOcrEngine.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET