#include "tabfind.h"#include "alignedblob.h"#include "blobbox.h"#include "detlinefit.h"#include "linefind.h"#include "ndminx.h"Namespaces | |
| namespace | tesseract |
Variables | |
| const int | tesseract::kTabRadiusFactor = 5 |
| const int | tesseract::kMinVerticalSearch = 3 |
| const int | tesseract::kMaxVerticalSearch = 12 |
| const int | tesseract::kMaxRaggedSearch = 25 |
| const int | tesseract::kMinLinesInColumn = 10 |
| const double | tesseract::kMinFractionalLinesInColumn = 0.125 |
| const double | tesseract::kSmoothFactor = 0.25 |
| const double | tesseract::kMinBaselineCoverage = 0.5 |
| const double | tesseract::kCharVerticalOverlapFraction = 0.375 |
| const double | tesseract::kMaxHorizontalGap = 3.0 |
| const double | tesseract::kMaxBaselineError = 0.4375 |
| const int | tesseract::kMinEvaluatedTabs = 3 |
| const int | tesseract::kMaxTextLineBlobRatio = 5 |
| const int | tesseract::kMinTextLineBlobRatio = 3 |
| const double | tesseract::kMinImageArea = 0.5 |
| bool | tesseract::textord_tabfind_show_initialtabs = false |
| bool | tesseract::textord_tabfind_show_finaltabs = false |
| bool | tesseract::textord_tabfind_vertical_text = true |
1.6.3