Namespaces |
namespace | tesseract |
Defines |
#define | MIN_FONT_ROW_COUNT 8 |
#define | MAX_XHEIGHT_DIFF 3 |
#define | EXTERN |
Functions |
| CLISTIZEH (PBLOB) CLISTIZE(PBLOB) inT16 blob_count(WERD *w) |
void | merge_blobs (PBLOB *blob1, PBLOB *blob2) |
WERD * | make_bln_copy (WERD *src_word, ROW *row, BLOCK *block, float x_height, DENORM *denorm) |
BOOL8 | check_debug_pt (WERD_RES *word, int location) |
void | add_in_one_row (ROW_RES *row, STATS *fonts, inT8 *italic, inT8 *bold) |
void | find_modal_font (STATS *fonts, inT8 *font_out, inT8 *font_count) |
Variables |
bool | tessedit_small_match = FALSE |
EXTERN bool | tessedit_print_text = FALSE |
EXTERN bool | tessedit_draw_words = FALSE |
EXTERN bool | tessedit_draw_outwords = FALSE |
EXTERN bool | tessedit_training_wiseowl = FALSE |
EXTERN bool | tessedit_training_tess = FALSE |
EXTERN bool | tessedit_matcher_is_wiseowl = FALSE |
EXTERN bool | tessedit_dump_choices = FALSE |
EXTERN bool | tessedit_fix_fuzzy_spaces = TRUE |
EXTERN bool | tessedit_unrej_any_wd = FALSE |
EXTERN bool | tessedit_fix_hyphens = TRUE |
EXTERN bool | tessedit_reject_fullstops = FALSE |
EXTERN bool | tessedit_reject_suspect_fullstops = FALSE |
EXTERN bool | tessedit_redo_xheight = TRUE |
EXTERN bool | tessedit_cluster_adaption_on = TRUE |
EXTERN bool | tessedit_enable_doc_dict = TRUE |
EXTERN bool | word_occ_first = FALSE |
EXTERN bool | tessedit_debug_fonts = FALSE |
EXTERN bool | tessedit_xht_fiddles_on_done_wds = TRUE |
EXTERN bool | tessedit_xht_fiddles_on_no_rej_wds = TRUE |
EXTERN int | x_ht_check_word_occ = 2 |
EXTERN int | x_ht_stringency = 1 |
EXTERN bool | x_ht_quality_check = TRUE |
EXTERN bool | tessedit_debug_block_rejection = FALSE |
EXTERN int | debug_x_ht_level = 0 |
EXTERN bool | rej_use_xht = TRUE |
EXTERN bool | debug_acceptable_wds = FALSE |
EXTERN char * | chs_leading_punct = "('`\"" |
EXTERN char * | chs_trailing_punct1 = ").,;:?!" |
EXTERN char * | chs_trailing_punct2 = ")'`\"" |
EXTERN double | quality_rej_pc = 0.08 |
EXTERN double | quality_blob_pc = 0.0 |
EXTERN double | quality_outline_pc = 1.0 |
EXTERN double | quality_char_pc = 0.95 |
EXTERN int | quality_min_initial_alphas_reqd = 2 |
EXTERN bool | tessedit_tess_adapt_to_rejmap = FALSE |
EXTERN int | tessedit_tess_adaption_mode = 0x27 |
EXTERN int | tessedit_em_adaption_mode = 0 |
EXTERN bool | tessedit_cluster_adapt_after_pass1 = FALSE |
EXTERN bool | tessedit_cluster_adapt_after_pass2 = FALSE |
EXTERN bool | tessedit_cluster_adapt_after_pass3 = FALSE |
EXTERN bool | tessedit_cluster_adapt_before_pass1 = FALSE |
EXTERN int | tessedit_cluster_adaption_mode = 0 |
EXTERN bool | tessedit_adaption_debug = FALSE |
EXTERN bool | tessedit_minimal_rej_pass1 = FALSE |
EXTERN bool | tessedit_test_adaption = FALSE |
EXTERN bool | tessedit_global_adaption = FALSE |
EXTERN bool | tessedit_matcher_log = FALSE |
EXTERN int | tessedit_test_adaption_mode = 3 |
EXTERN bool | save_best_choices = FALSE |
EXTERN bool | test_pt = FALSE |
EXTERN double | test_pt_x = 99999.99 |
EXTERN double | test_pt_y = 99999.99 |
int | display_ratings |
int | number_debug |
FILE * | choice_file = NULL |