Table of Contents

Struct TesseractResult

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

This structure is primary used for PInvoke

public struct TesseractResult
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

Length

The length

public int Length

Field Value

int

Region

The region

public Rectangle Region

Field Value

Rectangle