Click or drag to resize
TesseractOcrBeforeRecognitionEventArgsOcrContext Property
Gets the current TesseractOcrContext of the Ocr engine.

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

Property Value

Type: TesseractOcrContext
The TesseractOcrContext.
See Also