|
Tesseract 3.01
|
#include "colfind.h"#include "colpartition.h"#include "colpartitionset.h"#include "linefind.h"#include "strokewidth.h"#include "blobbox.h"#include "scrollview.h"#include "tablefind.h"#include "params.h"#include "workingpartset.h"Namespaces | |
| namespace | tesseract |
Variables | |
| const int | tesseract::kMinColumnWidth = 100 |
| const int | tesseract::kMaxIncompatibleColumnCount = 2 |
| const double | tesseract::kMarginOverlapFraction = 0.25 |
| const double | tesseract::kHorizontalGapMergeFraction = 0.5 |
| const double | tesseract::kMinNonNoiseFraction = 0.5 |
| const double | tesseract::kMinGutterWidthGrid = 0.5 |
| const int | tesseract::kSmallBlobSearchRadius = 2 |
| bool | tesseract::textord_tabfind_show_initial_partitions = false |
| int | tesseract::textord_tabfind_show_partitions = 0 |
| bool | tesseract::textord_tabfind_show_columns = false |
| bool | tesseract::textord_tabfind_show_blocks = false |
| bool | tesseract::textord_tabfind_find_tables = false |