Click or drag to resize

OcrPreprocessingOptionsDeskewLimitAngle Property

Gets or sets the maximum skew angle in degrees.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public int DeskewLimitAngle { get; set; }

Property Value

Type: Int32
The maximum skew angle in degrees.
Exceptions
ExceptionCondition
Thrown when value is not between -89 and 89 or is equal to 0.
Remarks
Decreasing this value improves performance, while increasing improves the chance that a drastically skewed image will be straightened. The default value is 20 degrees.
See Also