|
tesseract v5.3.3.20231005
|
#include "colfind.h"#include "ccnontextdetect.h"#include "colpartition.h"#include "colpartitionset.h"#include "equationdetectbase.h"#include "blobbox.h"#include "linefind.h"#include "normalis.h"#include "params.h"#include "scrollview.h"#include "strokewidth.h"#include "tablefind.h"#include "workingpartset.h"#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Variables | |
| const int | tesseract::kMaxIncompatibleColumnCount = 2 |
| const double | tesseract::kHorizontalGapMergeFraction = 0.5 |
| const double | tesseract::kMinGutterWidthGrid = 0.5 |
| const double | tesseract::kMaxDistToPartSizeRatio = 1.5 |