Click or drag to resize
TesseractOcrDocumentBlocks Property
Represents a list of all instances of TesseractOcrBlock that are present in the OcrDocument. Provides methods to search, sort, and manipulate that list

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

Property Value

Type: IVectorTesseractOcrBlock
All the document blocks as a List of TesseractOcrBlock.
See Also