#include "textlineprojection.h"
#include "allheaders.h"
#include "bbgrid.h"
#include "blobbox.h"
#include "blobs.h"
#include "colpartition.h"
#include "normalis.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
const int | kOrientedPadFactor = 8 |
const int | kDefaultPadFactor = 2 |
const int | kWrongWayPenalty = 4 |
const int | kParaPerpDistRatio = 4 |
const int | kMinLineSpacingFactor = 4 |
const int | kMaxTabStopOverrun = 6 |
const int kDefaultPadFactor = 2 |
Definition at line 29 of file textlineprojection.cpp.
const int kMaxTabStopOverrun = 6 |
Definition at line 41 of file textlineprojection.cpp.
const int kMinLineSpacingFactor = 4 |
Definition at line 39 of file textlineprojection.cpp.
const int kOrientedPadFactor = 8 |
Definition at line 27 of file textlineprojection.cpp.
const int kParaPerpDistRatio = 4 |
Definition at line 36 of file textlineprojection.cpp.
const int kWrongWayPenalty = 4 |
Definition at line 31 of file textlineprojection.cpp.