  | 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.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic IVector<TesseractOcrChar> AllChars { get; }Public ReadOnly Property AllChars As IVector(Of TesseractOcrChar)
	Get
public:
virtual property IVector<TesseractOcrChar^>^ AllChars {
	IVector<TesseractOcrChar^>^ get () sealed;
}Property Value
Type: 
IVectorTesseractOcrChar
All the document chars as a List of 
TesseractOcrChar.	
See Also