tesseract v5.3.3.20231005
tordmain.cpp File Reference
#include "tordmain.h"
#include "arrayaccess.h"
#include "blobbox.h"
#include "ccstruct.h"
#include "clst.h"
#include "coutln.h"
#include "drawtord.h"
#include "edgblob.h"
#include "errcode.h"
#include "makerow.h"
#include "ocrblock.h"
#include "ocrrow.h"
#include "params.h"
#include "pdblock.h"
#include "points.h"
#include "polyblk.h"
#include "quadratc.h"
#include "quspline.h"
#include "rect.h"
#include "scrollview.h"
#include "statistc.h"
#include "stepblob.h"
#include "textord.h"
#include "tprintf.h"
#include "werd.h"
#include <allheaders.h>
#include <cfloat>
#include <cmath>
#include <cstdint>
#include <memory>

Go to the source code of this file.

Classes

struct  tesseract::BlockGroup
 

Namespaces

namespace  tesseract
 

Macros

#define _USE_MATH_DEFINES
 
#define MAX_NEAREST_DIST   600
 

Functions

void tesseract::SetBlobStrokeWidth (Image pix, BLOBNBOX *blob)
 
void tesseract::assign_blobs_to_blocks2 (Image pix, BLOCK_LIST *blocks, TO_BLOCK_LIST *port_blocks)
 
void tesseract::tweak_row_baseline (ROW *row, double blshift_maxshift, double blshift_xfraction)
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 19 of file tordmain.cpp.

◆ MAX_NEAREST_DIST

#define MAX_NEAREST_DIST   600

Definition at line 61 of file tordmain.cpp.