Click or drag to resize

TesseractSetImage Method (Pix)

http://www.emgu.com
Set the image for optical character recognition

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetImage(
	Pix image
)

Parameters

image
Type: Emgu.CV.OCRPix
The image where detection took place
See Also