tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
GAPMAP Class Reference

#include <gap_map.h>

Public Member Functions

 GAPMAP (TO_BLOCK *block)
 
 ~GAPMAP ()
 
bool table_gap (int16_t left, int16_t right)
 

Private Attributes

int16_t total_rows
 
int16_t min_left
 
int16_t max_right
 
int16_t bucket_size
 
int16_t * map
 
int16_t map_max
 
bool any_tabs
 

Constructor & Destructor Documentation

◆ GAPMAP()

GAPMAP::GAPMAP ( TO_BLOCK block)

◆ ~GAPMAP()

GAPMAP::~GAPMAP ( )
inline

Member Function Documentation

◆ table_gap()

bool GAPMAP::table_gap ( int16_t  left,
int16_t  right 
)

Member Data Documentation

◆ any_tabs

bool GAPMAP::any_tabs
private

◆ bucket_size

int16_t GAPMAP::bucket_size
private

◆ map

int16_t* GAPMAP::map
private

◆ map_max

int16_t GAPMAP::map_max
private

◆ max_right

int16_t GAPMAP::max_right
private

◆ min_left

int16_t GAPMAP::min_left
private

◆ total_rows

int16_t GAPMAP::total_rows
private

The documentation for this class was generated from the following files: