tesseract v5.3.3.20231005
tesseract::CHAR_FRAGMENT_INFO Struct Reference

#include <dict.h>

Public Attributes

UNICHAR_ID unichar_id
 
const CHAR_FRAGMENTfragment
 
int num_fragments
 
float rating
 
float certainty
 

Detailed Description

Struct used to hold temporary information about fragments.

Definition at line 49 of file dict.h.

Member Data Documentation

◆ certainty

float tesseract::CHAR_FRAGMENT_INFO::certainty

Definition at line 54 of file dict.h.

◆ fragment

const CHAR_FRAGMENT* tesseract::CHAR_FRAGMENT_INFO::fragment

Definition at line 51 of file dict.h.

◆ num_fragments

int tesseract::CHAR_FRAGMENT_INFO::num_fragments

Definition at line 52 of file dict.h.

◆ rating

float tesseract::CHAR_FRAGMENT_INFO::rating

Definition at line 53 of file dict.h.

◆ unichar_id

UNICHAR_ID tesseract::CHAR_FRAGMENT_INFO::unichar_id

Definition at line 50 of file dict.h.


The documentation for this struct was generated from the following file: