#include "colfind.h"
#include "alignedblob.h"
#include "callback.h"
#include "tabvector.h"
#include "rect.h"
#include "elst.h"
#include "bbgrid.h"
#include "blobbox.h"
#include "ndminx.h"
#include "ocrblock.h"
#include "scrollview.h"
#include "tabfind.h"
#include "colpartition.h"
#include "genericvector.h"
#include "colpartitionset.h"
#include "linefind.h"
#include "tessvars.h"
#include "varable.h"
Namespaces | |
namespace | tesseract |
Functions | |
template<typename T > | |
void | tesseract::DeleteObject (T *object) |
Variables | |
const int | tesseract::kMinColumnWidth = 100 |
const int | tesseract::kMaxIncompatibleColumnCount = 2 |
const double | tesseract::kMaxPartitionSpacing = 1.75 |
const double | tesseract::kMarginOverlapFraction = 0.25 |
const double | tesseract::kHorizontalGapMergeFraction = 0.5 |
const double | tesseract::kMinNonNoiseFraction = 0.5 |
const int | tesseract::kSmallBlobSearchRadius = 2 |
bool | tesseract::textord_tabfind_show_strokewidths = false |
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 |