tesseract 4.1.1
|
#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 |
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 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 48 of file unicharset.h.
|
inline |
Definition at line 85 of file unicharset.h.
|
inline |
Definition at line 90 of file unicharset.h.
|
inline |
Definition at line 71 of file unicharset.h.
|
inline |
Definition at line 72 of file unicharset.h.
|
inline |
Definition at line 70 of file unicharset.h.
|
inline |
Definition at line 105 of file unicharset.h.
|
inline |
Definition at line 98 of file unicharset.h.
|
inline |
Definition at line 108 of file unicharset.h.
|
inline |
Definition at line 113 of file unicharset.h.
|
static |
Definition at line 1097 of file unicharset.cpp.
|
inline |
Definition at line 58 of file unicharset.h.
|
inline |
Definition at line 114 of file unicharset.h.
|
inline |
Definition at line 68 of file unicharset.h.
|
inline |
Definition at line 69 of file unicharset.h.
|
inline |
Definition at line 64 of file unicharset.h.
|
inline |
Definition at line 79 of file unicharset.h.
|
static |
Definition at line 1084 of file unicharset.cpp.
|
static |
Definition at line 55 of file unicharset.h.
|
static |
Definition at line 53 of file unicharset.h.
|
static |
Definition at line 51 of file unicharset.h.