tesseract  4.0.0-1-g2a2b
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  TessResultCallback2< R, A1, A2 >
 
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 159 of file pageres.h.

160 {
161  CR_NONE,
164  CR_DELETE
165 };

Function Documentation

◆ ELISTIZEH()

ELISTIZEH ( BLOCK_RES  )