Tesseract  3.02
tesseract-ocr/textord/gap_map.cpp File Reference
#include "mfcpch.h"
#include "statistc.h"
#include "gap_map.h"

Go to the source code of this file.

Defines

#define EXTERN

Variables

EXTERN bool gapmap_debug = 0
EXTERN bool gapmap_use_ends = 0
EXTERN bool gapmap_no_isolated_quanta = 0
EXTERN double gapmap_big_gaps = 1.75

Define Documentation

#define EXTERN

Definition at line 5 of file gap_map.cpp.


Variable Documentation

EXTERN double gapmap_big_gaps = 1.75

"xht multiplier"

Definition at line 11 of file gap_map.cpp.

EXTERN bool gapmap_debug = 0

"Say which blocks have tables"

Definition at line 6 of file gap_map.cpp.

EXTERN bool gapmap_no_isolated_quanta = 0

"Ensure gaps not less than 2quanta wide"

Definition at line 10 of file gap_map.cpp.

EXTERN bool gapmap_use_ends = 0

"Use large space at start and end of rows"

Definition at line 8 of file gap_map.cpp.