#include <tablefind.h>
Definition at line 46 of file tablefind.h.
 
◆ ColSegment()
      
        
          | tesseract::ColSegment::ColSegment  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~ColSegment()
  
  
      
        
          | tesseract::ColSegment::~ColSegment  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ bounding_box()
  
  
      
        
          | const TBOX& tesseract::ColSegment::bounding_box  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ BoxColor()
◆ get_num_table_cells()
  
  
      
        
          | int tesseract::ColSegment::get_num_table_cells  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 76 of file tablefind.h.
   77     return num_table_cells_;
  
 
 
◆ get_num_text_cells()
  
  
      
        
          | int tesseract::ColSegment::get_num_text_cells  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 85 of file tablefind.h.
   86     return num_text_cells_;
  
 
 
◆ InsertBox()
      
        
          | void tesseract::ColSegment::InsertBox  | 
          ( | 
          const TBOX &  | 
          other | ) | 
           | 
        
      
 
Definition at line 2082 of file tablefind.cpp.
TBOX bounding_union(const TBOX &box) const
 
 
 
 
◆ set_bottom()
  
  
      
        
          | void tesseract::ColSegment::set_bottom  | 
          ( | 
          int  | 
          y | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_bounding_box()
  
  
      
        
          | void tesseract::ColSegment::set_bounding_box  | 
          ( | 
          const TBOX &  | 
          other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 72 of file tablefind.h.
   73     bounding_box_ = other;
  
 
 
◆ set_left()
  
  
      
        
          | void tesseract::ColSegment::set_left  | 
          ( | 
          int  | 
          x | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_num_table_cells()
  
  
      
        
          | void tesseract::ColSegment::set_num_table_cells  | 
          ( | 
          int  | 
          n | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_num_text_cells()
  
  
      
        
          | void tesseract::ColSegment::set_num_text_cells  | 
          ( | 
          int  | 
          n | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_right()
  
  
      
        
          | void tesseract::ColSegment::set_right  | 
          ( | 
          int  | 
          x | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_top()
  
  
      
        
          | void tesseract::ColSegment::set_top  | 
          ( | 
          int  | 
          y | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_type()
      
        
          | void tesseract::ColSegment::set_type  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 2088 of file tablefind.cpp.
 2091   else if (num_text_cells_ > num_table_cells_)
 
const double kTableColumnThreshold
 
 
 
 
◆ type()
The documentation for this class was generated from the following files: