Click or drag to resize
TesseractRecognize Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.OCR.Tesseract.Recognize(Emgu.CV.IInputArray)"]

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Recognize(
	IInputArray image
)

Parameters

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