Click or drag to resize
TesseractOcrJobResponseOrientationAndScript Property
Gets the orientation and script detected in the ocr job.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public TesseractOcrPageOrientationScriptInfo OrientationAndScript { get; }

Property Value

Type: TesseractOcrPageOrientationScriptInfo
The orientation and script as TesseractOcrPageOrientationScriptInfo.
See Also