Click or drag to resize
TesseractOcrParagraphTextLines Property
Gets the collection of child textlines that belong to the current paragraph.

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

Property Value

Type: IVectorTesseractOcrTextLine
See Also