alexa
menu

Document Processing

    Show / Hide Table of Contents

    OcrImageEnhancementOptions Class

    Inheritance
    System.Object
    OcrImageEnhancementOptions
    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public class OcrImageEnhancementOptions : Object

    Constructors

    OcrImageEnhancementOptions()

    Declaration
    public OcrImageEnhancementOptions()

    Properties

    IsBinarizeEnabled

    Gets or sets the binarize of image.

    Declaration
    public bool IsBinarizeEnabled { set; }
    Property Value
    Type Description
    System.Boolean

    true if [binarize enable]; otherwise, false.

    IsConstrastEnabled

    Gets or sets the contrast of image.

    Declaration
    public bool IsConstrastEnabled { set; }
    Property Value
    Type Description
    System.Boolean

    true if [contrast enable]; otherwise, false.

    IsDenoiseEnabled

    Gets or sets the denoise of image.

    Declaration
    public bool IsDenoiseEnabled { set; }
    Property Value
    Type Description
    System.Boolean

    true if [denoise enable]; otherwise, false.

    IsDeskewEnabled

    Gets or sets the deskew of image.

    Declaration
    public bool IsDeskewEnabled { set; }
    Property Value
    Type Description
    System.Boolean

    true if [deskew enable]; otherwise, false.

    IsGrayscaleEnabled

    Gets or sets the grayscale of image.

    Declaration
    public bool IsGrayscaleEnabled { set; }
    Property Value
    Type Description
    System.Boolean

    true if [grayscale enable]; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved