Tesseract 3.01
/data/source/tesseract-ocr/ccstruct/werd.h File Reference
#include "params.h"
#include "bits16.h"
#include "elst2.h"
#include "strngs.h"
#include "blckerr.h"
#include "stepblob.h"
#include "ocrrow.h"

Go to the source code of this file.

Classes

class  WERD

Enumerations

enum  WERD_FLAGS {
  W_SEGMENTED, W_ITALIC, W_BOLD, W_BOL,
  W_EOL, W_NORMALIZED, W_SCRIPT_HAS_XHEIGHT, W_SCRIPT_IS_LATIN,
  W_DONT_CHOP, W_REP_CHAR, W_FUZZY_SP, W_FUZZY_NON,
  W_INVERSE
}
enum  DISPLAY_FLAGS {
  DF_BOX, DF_TEXT, DF_POLYGONAL, DF_EDGE_STEP,
  DF_BN_POLYGONAL
}

Functions

int word_comparator (const void *word1p, const void *word2p)

Enumeration Type Documentation

Enumerator:
DF_BOX 
DF_TEXT 
DF_POLYGONAL 
DF_EDGE_STEP 
DF_BN_POLYGONAL 
enum WERD_FLAGS
Enumerator:
W_SEGMENTED 
W_ITALIC 
W_BOLD 
W_BOL 
W_EOL 
W_NORMALIZED 
W_SCRIPT_HAS_XHEIGHT 
W_SCRIPT_IS_LATIN 
W_DONT_CHOP 
W_REP_CHAR 
W_FUZZY_SP 
W_FUZZY_NON 
W_INVERSE 

Function Documentation

int word_comparator ( const void *  word1p,
const void *  word2p 
)

word_comparator()

word comparator used to sort a word list so that words are in increasing order of left edge.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines