#include <string.h>
#include <math.h>
#include <ctype.h>
#include "ocrclass.h"
#include "werdit.h"
#include "drawfx.h"
#include "tessbox.h"
#include "tessvars.h"
#include "pgedit.h"
#include "reject.h"
#include "fixspace.h"
#include "docqual.h"
#include "control.h"
#include "output.h"
#include "callcpp.h"
#include "globals.h"
#include "sorthelper.h"
#include "tesseractclass.h"
Go to the source code of this file.
| #define MAX_XHEIGHT_DIFF 3 |
| #define MIN_FONT_ROW_COUNT 8 |
| const char* const kBackUpConfigFile = "tempconfigdata.config" |
| const double kMinRefitXHeightFraction = 0.5 |
| const double kRepcharGapThreshold = 0.5 |