Click or drag to resize

OcrOptionsDetectOrientation Property

Gets or sets a flag to indicate whether the page orientation should be detected for better, but potentially slower, OCR. Depending on OCR confidence, the page may be rotated in orthogonal directions and OCR results be compared. The detected orientation is not applied to the undrlying image when saved.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public bool DetectOrientation { get; set; }

Property Value

Type: Boolean
See Also