Click or drag to resize
TesseractOcrBarcodeReaderReadBarcodes Method (TesseractOcrBarcodeReaderRequest, Bitmap)
Reads barcodes from a 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 static TesseractOcrBarcodeReaderResponse ReadBarcodes(
	TesseractOcrBarcodeReaderRequest request,
	Bitmap imageDocument
)

Parameters

request
Type: DevScope.Ocr.Tesseract.WindowsTesseractOcrBarcodeReaderRequest
The settings for the barcode reader engine.
imageDocument
Type: System.DrawingBitmap
The Bitmap of the image to scan.

Return Value

Type: TesseractOcrBarcodeReaderResponse
See Also