 | TesseractOcrTextBlockParagraphs Property |
Gets the collection of child text paragraphs that belong to the current block.
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<TesseractOcrParagraph> Paragraphs { get; }
Public ReadOnly Property Paragraphs As List(Of TesseractOcrParagraph)
Get
public:
property List<TesseractOcrParagraph^>^ Paragraphs {
List<TesseractOcrParagraph^>^ get ();
}
Property Value
Type:
ListTesseractOcrParagraph
See Also