ImageGear .NET v25.1 - Updated
Preprocessing Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCR Class : Preprocessing Property
Gets access to preprocessing settings.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Preprocessing As ImGearOCRPreprocessingSettings
'Usage
 
Dim instance As ImGearOCR
Dim value As ImGearOCRPreprocessingSettings
 
value = instance.Preprocessing
public abstract ImGearOCRPreprocessingSettings Preprocessing {get;}
public: __property abstract ImGearOCRPreprocessingSettings* get_Preprocessing();
public:
abstract property ImGearOCRPreprocessingSettings^ Preprocessing {
   ImGearOCRPreprocessingSettings^ get();
}

Property Value

ImGearOCRPreprocessingSettings class object.
Remarks
These settings can be used to control how the Recognition engine performs preprocessing on images prior to performing recognition.
See Also

Reference

ImGearOCR Class
ImGearOCR Members
ImGearOCRPreprocessingSettings Class