tesseract v5.3.3.20231005
tablefind.h File Reference
#include "colpartitiongrid.h"
#include "elst.h"
#include "rect.h"

Go to the source code of this file.

Classes

class  tesseract::ColSegment
 
class  tesseract::TableFinder
 

Namespaces

namespace  tesseract
 

Typedefs

using tesseract::ColSegmentGrid = BBGrid< ColSegment, ColSegment_CLIST, ColSegment_C_IT >
 
using tesseract::ColSegmentGridSearch = GridSearch< ColSegment, ColSegment_CLIST, ColSegment_C_IT >
 

Enumerations

enum  tesseract::ColSegType {
  tesseract::COL_UNKNOWN , tesseract::COL_TEXT , tesseract::COL_TABLE , tesseract::COL_MIXED ,
  tesseract::COL_COUNT
}