Click or drag to resize
TesseractOcrPageOrientationScriptInfo Class
The page orientation and script information of an image document.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrPageOrientationScriptInfo

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrPageOrientationScriptInfo : __ITesseractOcrPageOrientationScriptInfoPublicNonVirtuals

The TesseractOcrPageOrientationScriptInfo type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrPageOrientationScriptInfo
Initializes a new instance of the TesseractOcrPageOrientationScriptInfo class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBestOrientation
Gets the best page Orientation.
Public propertyBestOrientationConfidence
Gets the best orientation confidence.
Public propertyBestScriptConfidence
Gets the best script confidence.
Public propertyBestScriptId
Gets the best script id.
Public propertyOrientationScores
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.
Top
Remarks
See more information here