tesseract v5.3.3.20231005
|
#include <unicharset.h>
Public Member Functions | |
void | set_all (const char *unichar, int pos, int total, bool natural) |
void | set_unichar (const char *uch) |
void | set_pos (int p) |
void | set_total (int t) |
const char * | get_unichar () const |
int | get_pos () const |
int | get_total () const |
std::string | to_string () const |
bool | equals (const char *other_unichar, int other_pos, int other_total) const |
bool | equals (const CHAR_FRAGMENT *other) const |
bool | is_continuation_of (const CHAR_FRAGMENT *fragment) const |
bool | is_beginning () const |
bool | is_ending () const |
bool | is_natural () const |
void | set_natural (bool value) |
Static Public Member Functions | |
static std::string | to_string (const char *unichar, int pos, int total, bool natural) |
static CHAR_FRAGMENT * | parse_from_string (const char *str) |
Static Public Attributes | |
static const int | kMinLen = 6 |
static const int | kMaxLen = 3 + UNICHAR_LEN + 2 |
static const int | kMaxChunks = 5 |
Definition at line 50 of file unicharset.h.
|
inline |
Definition at line 97 of file unicharset.h.
|
inline |
Definition at line 102 of file unicharset.h.
|
inline |
Definition at line 79 of file unicharset.h.
|
inline |
Definition at line 82 of file unicharset.h.
|
inline |
Definition at line 76 of file unicharset.h.
|
inline |
Definition at line 116 of file unicharset.h.
|
inline |
Definition at line 109 of file unicharset.h.
|
inline |
Definition at line 121 of file unicharset.h.
|
inline |
Definition at line 128 of file unicharset.h.
|
static |
Definition at line 1103 of file unicharset.cpp.
|
inline |
Definition at line 60 of file unicharset.h.
|
inline |
Definition at line 131 of file unicharset.h.
|
inline |
Definition at line 70 of file unicharset.h.
|
inline |
Definition at line 73 of file unicharset.h.
|
inline |
Definition at line 66 of file unicharset.h.
|
inline |
Definition at line 91 of file unicharset.h.
|
static |
Definition at line 1088 of file unicharset.cpp.
|
static |
Definition at line 57 of file unicharset.h.
|
static |
Definition at line 55 of file unicharset.h.
|
static |
Definition at line 53 of file unicharset.h.