tesseract
4.0.0-1-g2a2b
|
#include "boxchar.h"
#include <cstddef>
#include <algorithm>
#include <vector>
#include "fileio.h"
#include "genericvector.h"
#include "normstrngs.h"
#include "tprintf.h"
#include "unicharset.h"
#include "unicode/uchar.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
const int | kMinNewlineRatio = 5 |
const int | tesseract::kMaxLineLength = 1024 |
const int kMinNewlineRatio = 5 |
Definition at line 37 of file boxchar.cpp.