#include "context.h"
#include "conversion.h"
#include "cutil.h"
#include "dawg.h"
#include "freelist.h"
#include "globals.h"
#include "ndminx.h"
#include "permdawg.h"
#include "choices.h"
#include "choicearr.h"
#include "varable.h"
#include "ratngs.h"
#include "permute.h"
#include "stopper.h"
#include "tordvars.h"
#include "tprintf.h"
#include <ctype.h>
#include "dict.h"
#include "image.h"
Namespaces | |
namespace | tesseract |
Variables | |
bool | segment_dawg_debug = 0 |
double | segment_penalty_dict_case_bad = OK_WERD |
double | segment_penalty_dict_case_ok = GOOD_WERD |
double | segment_penalty_dict_frequent_word = FREQ_WERD |
"Debug mode for word segmentation"
double segment_penalty_dict_case_bad = OK_WERD |
"Default score multiplier for word matches, which may have " "case issues (lower is better)."
double segment_penalty_dict_case_ok = GOOD_WERD |
"Score multiplier for word matches that have good case " "(lower is better)."
double segment_penalty_dict_frequent_word = FREQ_WERD |
"Score multiplier for word matches which have good case and are " "frequent in the given language (lower is better)."