tesseract  4.00.00dev
pageres.h File Reference
#include "blamer.h"
#include "blobs.h"
#include "boxword.h"
#include "elst.h"
#include "genericvector.h"
#include "normalis.h"
#include "ocrblock.h"
#include "ocrrow.h"
#include "params_training_featdef.h"
#include "ratngs.h"
#include "rejctmap.h"
#include "seam.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 145 of file pageres.h.

146 {
147  CR_NONE,
150  CR_DELETE
151 };

Function Documentation

◆ ELISTIZEH()

ELISTIZEH ( BLOCK_RES  )