#include <ligature_table.h>
◆ LigatureTable() [1/2]
tesseract::LigatureTable::LigatureTable |
( |
| ) |
|
|
protected |
◆ LigatureTable() [2/2]
tesseract::LigatureTable::LigatureTable |
( |
const LigatureTable & |
| ) |
|
|
private |
◆ AddLigatures()
std::string tesseract::LigatureTable::AddLigatures |
( |
const std::string & |
str, |
|
|
const PangoFontInfo * |
font |
|
) |
| const |
◆ Get()
◆ Init()
void tesseract::LigatureTable::Init |
( |
| ) |
|
|
protected |
◆ lig_to_norm_table()
const LigHash& tesseract::LigatureTable::lig_to_norm_table |
( |
| ) |
const |
|
inline |
◆ norm_to_lig_table()
const LigHash& tesseract::LigatureTable::norm_to_lig_table |
( |
| ) |
const |
|
inline |
◆ operator=()
void tesseract::LigatureTable::operator= |
( |
const LigatureTable & |
| ) |
|
|
private |
◆ RemoveCustomLigatures()
std::string tesseract::LigatureTable::RemoveCustomLigatures |
( |
const std::string & |
str | ) |
const |
◆ RemoveLigatures()
std::string tesseract::LigatureTable::RemoveLigatures |
( |
const std::string & |
str | ) |
const |
◆ instance_
std::unique_ptr< LigatureTable > tesseract::LigatureTable::instance_ |
|
staticprotected |
◆ lig_to_norm_table_
LigHash tesseract::LigatureTable::lig_to_norm_table_ |
|
protected |
◆ max_lig_length_
int tesseract::LigatureTable::max_lig_length_ |
|
protected |
◆ max_norm_length_
int tesseract::LigatureTable::max_norm_length_ |
|
protected |
◆ min_lig_length_
int tesseract::LigatureTable::min_lig_length_ |
|
protected |
◆ min_norm_length_
int tesseract::LigatureTable::min_norm_length_ |
|
protected |
◆ norm_to_lig_table_
LigHash tesseract::LigatureTable::norm_to_lig_table_ |
|
protected |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/training/ligature_table.h
- /home/stephane/src/tesseract/src/training/ligature_table.cpp