Tesseract
3.02
|
#include "mfcpch.h"
#include <ctype.h>
#include <string.h>
#include "allheaders.h"
#include "boxread.h"
#include "chopper.h"
#include "pageres.h"
#include "unichar.h"
#include "unicharset.h"
#include "tesseractclass.h"
#include "genericvector.h"
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Variables | |
const int | kMaxGroupSize = 4 |
const double | kMaxXHeightDeviationFraction = 0.125 |
const int kMaxGroupSize = 4 |
Definition at line 41 of file applybox.cpp.
const double kMaxXHeightDeviationFraction = 0.125 |
Definition at line 44 of file applybox.cpp.