|
tesseract
4.00.00dev
|
#include "colfind.h"#include "ccnontextdetect.h"#include "colpartition.h"#include "colpartitionset.h"#include "equationdetectbase.h"#include "linefind.h"#include "normalis.h"#include "strokewidth.h"#include "blobbox.h"#include "scrollview.h"#include "tablefind.h"#include "params.h"#include "workingpartset.h"Go to the source code of this file.
Namespaces | |
| 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 |
| bool | tesseract::textord_tabfind_show_initial_partitions = false |
| bool | tesseract::textord_tabfind_show_reject_blobs = 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 = true |