tesseract  4.0.0-1-g2a2b
gap_map.cpp File Reference
#include "statistc.h"
#include "gap_map.h"

Go to the source code of this file.

Variables

bool gapmap_debug = FALSE
 
bool gapmap_use_ends = FALSE
 
bool gapmap_no_isolated_quanta = FALSE
 
double gapmap_big_gaps = 1.75
 

Variable Documentation

◆ gapmap_big_gaps

double gapmap_big_gaps = 1.75

"xht multiplier"

Definition at line 18 of file gap_map.cpp.

◆ gapmap_debug

bool gapmap_debug = FALSE

"Say which blocks have tables"

Definition at line 14 of file gap_map.cpp.

◆ gapmap_no_isolated_quanta

bool gapmap_no_isolated_quanta = FALSE

"Ensure gaps not less than 2quanta wide"

Definition at line 17 of file gap_map.cpp.

◆ gapmap_use_ends

bool gapmap_use_ends = FALSE

"Use large space at start and end of rows"

Definition at line 15 of file gap_map.cpp.