tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
63 WERD(C_BLOB_LIST* blob_list, uint8_t blanks,
const char*
text);
68 WERD(C_BLOB_LIST* blob_list,
WERD* clone);
87 C_BLOB_LIST* orphan_blobs);
115 void set_text(
const char* new_text) { correct = new_text; }
139 #ifndef GRAPHICS_DISABLED
151 #endif // GRAPHICS_DISABLED
171 bool* make_next_word_fuzzy);
177 int16_t script_id_ = 0;
180 C_BLOB_LIST rej_cblobs;
184 #include "ocrrow.h" // placed here due to
Special case latin for y. splitting.
bool flag(WERD_FLAGS mask) const
void set_script_id(int id)
bool bit(uint8_t bit_num) const
static ScrollView::Color NextColor(ScrollView::Color colour)
void copy_on(WERD *other)
TBOX bounding_box() const
bool display_flag(uint8_t flag) const
void plot(ScrollView *window, ScrollView::Color colour)
x-height concept makes sense.
bool AddSelectedOutlines(const GenericVector< bool > &wanted, const GenericVector< C_BLOB * > &target_blobs, const GenericVector< C_OUTLINE * > &outlines, bool *make_next_word_fuzzy)
WERD * ConstructWerdWithNewBlobs(C_BLOB_LIST *all_blobs, C_BLOB_LIST *orphan_blobs)
void set_display_flag(uint8_t flag, bool value)
C_BLOB_LIST * cblob_list()
#define ELIST2IZEH(CLASSNAME)
const char * c_str() const
void set_flag(WERD_FLAGS mask, bool value)
void CleanNoise(float size_threshold)
void set_text(const char *new_text)
int word_comparator(const void *word1p, const void *word2p)
void set_bit(uint8_t bit_num, bool value)
TBOX true_bounding_box() const
const char * text() const
WERD * ConstructFromSingleBlob(bool bol, bool eol, C_BLOB *blob)
TBOX restricted_bounding_box(bool upper_dots, bool lower_dots) const
WERD & operator=(const WERD &source)
void set_blanks(uint8_t new_blanks)
void plot_rej_blobs(ScrollView *window)
void join_on(WERD *other)
void move(const ICOORD vec)
void GetNoiseOutlines(GenericVector< C_OUTLINE * > *outlines)
C_BLOB_LIST * rej_cblob_list()