Click or drag to resize
TesseractGetCharacters Method
http://www.emgu.com
Detect all the characters in the image.

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public TesseractCharacter[] GetCharacters()

Return Value

Type: TesseractCharacter
All the characters in the image
See Also