Click or drag to resize
TesseractOcrWordIsNumeric Property
Gets a value indicating whether the word is composed only of numeric chars.

Namespace: DevScope.Ocr.Tesseract.WindowsApp
Assembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntax
public bool IsNumeric { get; }

Property Value

Type: Boolean
true if [IsNumeric]; otherwise, false.
See Also