Click or drag to resize
TesseractOcrJobEventHandler Delegate
Represents the method that will handle an Ocr Job Event

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 delegate void TesseractOcrJobEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrJobEventArgs e
)

Parameters

sender
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrEngine
The sender.
e
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrJobEventArgs
Holds data related to the Ocr Job Event.
See Also