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 |
|
IsConstrastEnabled
Gets or sets the contrast of image.
Declaration
public bool IsConstrastEnabled { set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
IsDenoiseEnabled
Gets or sets the denoise of image.
Declaration
public bool IsDenoiseEnabled { set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
IsDeskewEnabled
Gets or sets the deskew of image.
Declaration
public bool IsDeskewEnabled { set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
IsGrayscaleEnabled
Gets or sets the grayscale of image.
Declaration
public bool IsGrayscaleEnabled { set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|