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

Property Value

Type: IVectorTesseractOcrChar
All the document chars as a List of TesseractOcrChar.
See Also