Property EnableAutoDeskew
- Namespace
- LMKit.Integrations.Tesseract
- Assembly
- LM-Kit.NET.dll
EnableAutoDeskew
Gets or sets a value indicating whether automatic deskewing is applied to the input image before OCR.
public bool EnableAutoDeskew { get; set; }
Property Value
- bool
trueto enable deskewing;falseto skip deskewing. The default istrue.
Remarks
When enabled, the engine estimates the page skew angle and applies a rotation to straighten the image, improving word segmentation and accuracy, especially on scanned documents.