tesseract v5.3.3.20231005
ambigs.h File Reference
#include <tesseract/unichar.h>
#include "elst.h"
#include "tprintf.h"
#include "unicharset.h"

Go to the source code of this file.

Classes

class  tesseract::UnicharIdArrayUtils
 
class  tesseract::AmbigSpec
 
class  tesseract::UnicharAmbigs
 

Namespaces

namespace  tesseract
 

Macros

#define MAX_AMBIG_SIZE   10
 

Typedefs

using tesseract::UnicharIdVector = std::vector< UNICHAR_ID >
 
using tesseract::UnicharAmbigsVector = std::vector< AmbigSpec_LIST * >
 

Enumerations

enum  tesseract::AmbigType {
  tesseract::NOT_AMBIG , tesseract::REPLACE_AMBIG , tesseract::DEFINITE_AMBIG , tesseract::SIMILAR_AMBIG ,
  tesseract::CASE_AMBIG , tesseract::AMBIG_TYPE_COUNT
}
 

Macro Definition Documentation

◆ MAX_AMBIG_SIZE

#define MAX_AMBIG_SIZE   10

Definition at line 34 of file ambigs.h.