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
Syntaxpublic TesseractCharacter[] GetCharacters()
Public Function GetCharacters As TesseractCharacter()
public:
array<TesseractCharacter>^ GetCharacters()
member GetCharacters : unit -> TesseractCharacter[]
Return Value
Type:
TesseractCharacterAll the characters in the image
See Also