Table of Contents

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

true to enable deskewing; false to skip deskewing. The default is true.

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.