Struct Tesseract.Word
This represent a word that is detected by the OCR engine
public struct Tesseract.Word
- Inherited Members
Fields
Confident
The mean confidence of the current object at the given level. The number should be interpreted as a percent probability. (0.0f-100.0f)
public float Confident
Field Value
Region
The region where the character is detected.
public Rectangle Region
Field Value
Text
The text
public string Text