ccstruct/werd.h File Reference

#include "varable.h"
#include "bits16.h"
#include "strngs.h"
#include "blckerr.h"
#include "stepblob.h"
#include "polyblob.h"
#include "ocrrow.h"

Go to the source code of this file.

Classes

Enumerations

Functions

Variables


Enumeration Type Documentation

enum DISPLAY_FLAGS

Display flags bit number allocations.

Enumerator:
DF_BOX 
DF_TEXT 
DF_POLYGONAL 
DF_EDGE_STEP 
DF_BN_POLYGONAL 

Definition at line 56 of file werd.h.

00057 {
00058   DF_BOX,                        // Bounding box
00059   DF_TEXT,                       // Correct ascii
00060   DF_POLYGONAL,                  // Polyg approx
00061   DF_EDGE_STEP,                  // Edge steps
00062   DF_BN_POLYGONAL                // BL normalisd polyapx
00063 };

enum WERD_FLAGS

Attributes of a werd.

Enumerator:
W_SEGMENTED 
W_ITALIC 
W_BOLD 
W_BOL 
W_EOL 
W_NORMALIZED 
W_POLYGON 
W_LINEARC 
W_DONT_CHOP 
W_REP_CHAR 
W_FUZZY_SP 
W_FUZZY_NON 
W_INVERSE 

Definition at line 35 of file werd.h.

00036 {
00037   W_SEGMENTED,                   // correctly segmented
00038   W_ITALIC,                      // italic text
00039   W_BOLD,                        // bold text
00040   W_BOL,                         // start of line
00041   W_EOL,                         // end of line
00042   W_NORMALIZED,                  // flags
00043   W_POLYGON,                     // approximation
00044   W_LINEARC,                     // linearc approx
00045   W_DONT_CHOP,                   // fixed pitch chopped
00046   W_REP_CHAR,                    // repeated character
00047   W_FUZZY_SP,                    // fuzzy space
00048   W_FUZZY_NON,                   // fuzzy nonspace
00049   W_INVERSE                      // white on black
00050 };


Function Documentation

ELISTIZEH_S ( WERD   )  const


Variable Documentation

const void* word2p

Definition at line 290 of file werd.h.


Generated on Wed Feb 28 19:49:16 2007 for Tesseract by  doxygen 1.5.1