Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : GetSupportedRecognitionModules Method |
OcrZoneRecognitionModule[] GetSupportedRecognitionModules()
'Declaration Function GetSupportedRecognitionModules() As OcrZoneRecognitionModule()
'Usage Dim instance As IOcrZoneManager Dim value() As OcrZoneRecognitionModule value = instance.GetSupportedRecognitionModules()
OcrZoneRecognitionModule[] GetSupportedRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedRecognitionModules()
array<OcrZoneRecognitionModule>^ GetSupportedRecognitionModules();
To determine whether a particular recognition module is supported by the engine, use IsRecognitionModuleSupported.
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 GetAdditionalRecognitionModules.
Note: This method is not supported in the LEADTOOLS OCR Advantage Engine. This method will always return an array of one item that contains OcrZoneRecognitionModule.Auto.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2