|
tesseract
5.0.0
|
#include <allheaders.h>#include <cctype>#include <cerrno>#include <cstring>#include "boxread.h"#include <tesseract/unichar.h>#include "pageres.h"#include "tesseractclass.h"#include "unicharset.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Variables | |
| const int | kMaxGroupSize = 4 |
| const double | kMaxXHeightDeviationFraction = 0.125 |
| const int kMaxGroupSize = 4 |
Max number of blobs to classify together in FindSegmentation.
Definition at line 33 of file applybox.cpp.
| const double kMaxXHeightDeviationFraction = 0.125 |
Max fraction of median allowed as deviation in xheight before switching to median.
Definition at line 36 of file applybox.cpp.