tesseract v5.3.3.20231005
textlineprojection.cpp File Reference
#include <allheaders.h>
#include "bbgrid.h"
#include "blobbox.h"
#include "blobs.h"
#include "colpartition.h"
#include "helpers.h"
#include "normalis.h"
#include "textlineprojection.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  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
 

Variable Documentation

◆ kDefaultPadFactor

const int kDefaultPadFactor = 2

Definition at line 32 of file textlineprojection.cpp.

◆ kMaxTabStopOverrun

const int kMaxTabStopOverrun = 6

Definition at line 44 of file textlineprojection.cpp.

◆ kMinLineSpacingFactor

const int kMinLineSpacingFactor = 4

Definition at line 42 of file textlineprojection.cpp.

◆ kOrientedPadFactor

const int kOrientedPadFactor = 8

Definition at line 30 of file textlineprojection.cpp.

◆ kParaPerpDistRatio

const int kParaPerpDistRatio = 4

Definition at line 39 of file textlineprojection.cpp.

◆ kWrongWayPenalty

const int kWrongWayPenalty = 4

Definition at line 34 of file textlineprojection.cpp.