Click or drag to resize
TesseractOcrTextLineWords Property
Gets the collection of child text words that belong to the current textline.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public IVector<TesseractOcrWord> Words { get; }

Property Value

Type: IVectorTesseractOcrWord
See Also