Table of Contents

Struct Tesseract.Word

Namespace
Emgu.CV.OCR
Assembly
Emgu.CV.dll

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

float

Region

The region where the character is detected.

public Rectangle Region

Field Value

Rectangle

Text

The text

public string Text

Field Value

string