ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCR Class / Preprocessing Property




In This Topic
    Preprocessing Property
    In This Topic
    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