#include "alignedblob.h"
#include "tesscallback.h"
#include "tabvector.h"
#include "linefind.h"
Go to the source code of this file.
Classes | |
class | tesseract::TabFind |
Namespaces | |
namespace | tesseract |
Typedefs | |
typedef TessResultCallback1 < bool, int > | tesseract::WidthCallback |
Variables | |
bool | textord_tabfind_force_vertical_text = false |
bool | textord_tabfind_vertical_horizontal_mix = true |
double | textord_tabfind_vertical_text_ratio = 0.5 |
double | textord_tabfind_aligned_gap_fraction = 0.75 |
const int | tesseract::kColumnWidthFactor = 20 |
double textord_tabfind_aligned_gap_fraction = 0.75 |
"Fraction of height used as a minimum gap for aligned blobs."
bool textord_tabfind_force_vertical_text = false |
"Force using vertical text page mode"
bool textord_tabfind_vertical_horizontal_mix = true |
"find horizontal lines such as headers in vertical page mode"
double textord_tabfind_vertical_text_ratio = 0.5 |
"Fraction of textlines deemed vertical to use vertical page mode"