  | TesseractOcrParagraphTextLines Property  | 
Gets the collection of child textlines that belong to the current paragraph.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<TesseractOcrTextLine> TextLines { get; }Public ReadOnly Property TextLines As List(Of TesseractOcrTextLine)
	Get
public:
property List<TesseractOcrTextLine^>^ TextLines {
	List<TesseractOcrTextLine^>^ get ();
}Property Value
Type: 
ListTesseractOcrTextLine
See Also