Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : GetAdditionalRecognitionModules Method |
OcrZoneRecognitionModule[] GetAdditionalRecognitionModules()
'Declaration Function GetAdditionalRecognitionModules() As OcrZoneRecognitionModule()
'Usage Dim instance As IOcrZoneManager Dim value() As OcrZoneRecognitionModule value = instance.GetAdditionalRecognitionModules()
OcrZoneRecognitionModule[] GetAdditionalRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetAdditionalRecognitionModules()
array<OcrZoneRecognitionModule>^ GetAdditionalRecognitionModules();
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 the recognition modules supported by the engine, use GetSupportedRecognitionModules.
To determine whether a particular recognition module is supported by the engine, use IsRecognitionModuleSupported.
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
IOcrZoneManager Interface
IOcrZoneManager Members
AutoZone Method
OcrZoneType Enumeration
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application