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

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 class TesseractOcrPageOrientationScriptInfo

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.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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