Property EnableAutoDeskew
- Namespace
- LMKit.Integrations.Tesseract
- Assembly
- LM-Kit.NET.dll
EnableAutoDeskew
Enables automatic deskewing of the input image before OCR.
When true
, the engine estimates the page skew angle and applies
a rotation to straighten the image, improving word segmentation and accuracy,
especially on scanned documents.
Default: true
public bool EnableAutoDeskew { get; set; }