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

#include <pageres.h>

Inheritance diagram for BLOCK_RES:
Collaboration diagram for BLOCK_RES:

Public Member Functions

 BLOCK_RES ()=default
 
 BLOCK_RES (bool merge_similar_words, BLOCK *the_block)
 
 ~BLOCK_RES ()=default
 

Public Attributes

BLOCKblock
 
int32_t char_count
 
int32_t rej_count
 
int16_t font_class
 
int16_t row_count
 
float x_height
 
bool font_assigned
 
bool bold
 
bool italic
 
ROW_RES_LIST row_res_list
 

Constructor & Destructor Documentation

◆ BLOCK_RES() [1/2]

BLOCK_RES::BLOCK_RES ( )
default

◆ BLOCK_RES() [2/2]

BLOCK_RES::BLOCK_RES ( bool  merge_similar_words,
BLOCK the_block 
)

◆ ~BLOCK_RES()

BLOCK_RES::~BLOCK_RES ( )
default

Member Data Documentation

◆ block

BLOCK* BLOCK_RES::block

◆ bold

bool BLOCK_RES::bold

◆ char_count

int32_t BLOCK_RES::char_count

◆ font_assigned

bool BLOCK_RES::font_assigned

◆ font_class

int16_t BLOCK_RES::font_class

◆ italic

bool BLOCK_RES::italic

◆ rej_count

int32_t BLOCK_RES::rej_count

◆ row_count

int16_t BLOCK_RES::row_count

◆ row_res_list

ROW_RES_LIST BLOCK_RES::row_res_list

◆ x_height

float BLOCK_RES::x_height

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