Click or drag to resize
TesseractOcrBlockParagraphs Property
Gets the collection of Paragraphs that form the block.

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

Property Value

Type: IVectorTesseractOcrParagraph
The Paragraphs as a List of TesseractOcrParagraph.
See Also