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.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public IVector<float> OrientationScores { get; }

Property Value

Type: IVectorSingle
The Orientation Scores Array.
See Also