tesseract  4.1.1
pageres.h File Reference
#include <cstdint>
#include <set>
#include <vector>
#include <sys/types.h>
#include "blamer.h"
#include "clst.h"
#include "elst.h"
#include "genericvector.h"
#include "matrix.h"
#include "normalis.h"
#include "ratngs.h"
#include "rect.h"
#include "rejctmap.h"
#include "strngs.h"
#include "unichar.h"
#include "unicharset.h"
#include "werd.h"

Go to the source code of this file.

Classes

class  PAGE_RES
 
class  BLOCK_RES
 
class  ROW_RES
 
class  WERD_RES
 
class  PAGE_RES_IT
 

Namespaces

 tesseract
 

Enumerations

enum  CRUNCH_MODE { CR_NONE , CR_KEEP_SPACE , CR_LOOSE_SPACE , CR_DELETE }
 

Functions

 ELISTIZEH (BLOCK_RES) CLISTIZEH(BLOCK_RES) class ROW_RES
 

Enumeration Type Documentation

◆ CRUNCH_MODE

Enumerator
CR_NONE 
CR_KEEP_SPACE 
CR_LOOSE_SPACE 
CR_DELETE 

Definition at line 156 of file pageres.h.

157 {
158  CR_NONE,
161  CR_DELETE
162 };
@ CR_DELETE
Definition: pageres.h:161
@ CR_NONE
Definition: pageres.h:158
@ CR_LOOSE_SPACE
Definition: pageres.h:160
@ CR_KEEP_SPACE
Definition: pageres.h:159

Function Documentation

◆ ELISTIZEH()

ELISTIZEH ( BLOCK_RES  )