Click or drag to resize
TesseractOcrWordChars Property
Gets the collection of all the Chars of the word.

Namespace: DevScope.Ocr.Tesseract.WindowsApp
Assembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntax
public IVector<TesseractOcrChar> Chars { get; }

Property Value

Type: IVectorTesseractOcrChar
The Chars as a List of TesseractOcrChar.
See Also