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

Return Value

Type: TesseractCharacter
All the characters in the image
See Also