Click or drag to resize

TesseractSetImage Method (IInputArray)

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(
	IInputArray image
)

Parameters

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