|
tesseract v5.3.3.20231005
|
#include "equationdetect.h"#include "bbgrid.h"#include "classify.h"#include "colpartition.h"#include "colpartitiongrid.h"#include "colpartitionset.h"#include "ratngs.h"#include "tesseractclass.h"#include "helpers.h"#include <algorithm>#include <cfloat>#include <cmath>#include <limits>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Functions | |
| bool | tesseract::IsTextOrEquationType (PolyBlockType type) |
| bool | tesseract::IsLeftIndented (const EquationDetect::IndentType type) |
| bool | tesseract::IsRightIndented (const EquationDetect::IndentType type) |
Variables | |
| const float | tesseract::kMathDigitDensityTh1 = 0.25 |
| const float | tesseract::kMathDigitDensityTh2 = 0.1 |
| const float | tesseract::kMathItalicDensityTh = 0.5 |
| const float | tesseract::kUnclearDensityTh = 0.25 |
| const int | tesseract::kSeedBlobsCountTh = 10 |
| const int | tesseract::kLeftIndentAlignmentCountTh = 1 |