Click or drag to resize
TesseractOcrPageOrientationScriptInfoOrientationScores Property
Array holding scores for each orientation id [0,3]. Orientation ids[0..3] map to[0, 270, 180, 90] degree orientations of the page respectively, where the values refer to the amount of clockwise rotation to be applied to the page for the text to be upright and readable.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public float[] OrientationScores { get; }

Property Value

Type: Single
The Orientation Scores Array.
See Also