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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public TesseractCharacter[] GetCharacters()

Return Value

Type: TesseractCharacter
All the characters in the image
See Also