Click or drag to resize
TesseractOcrEngineDoOcr Method (TesseractOcrJobRequest, Bitmap)
Execute the OCR job on the bitmap image.

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 TesseractOcrJobResponse DoOcr(
	TesseractOcrJobRequest request,
	Bitmap imageDocument
)

Parameters

request
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrJobRequest
The request.
imageDocument
Type: System.DrawingBitmap
The image document.

Return Value

Type: TesseractOcrJobResponse
See Also