Click or drag to resize
TesseractOcrDocumentAllWords Property
Represents a list of all instances of TesseractOcrWord 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<TesseractOcrWord> AllWords { get; }

Property Value

Type: IVectorTesseractOcrWord
All the document words as a List of TesseractOcrWord.
See Also