wordrec/badwords.h

Go to the documentation of this file.
00001 
00019 #ifndef __BADWERDS__
00020 #define __BADWERDS__
00021 
00022 /* =================
00023 Include Files and Type Defines
00024  ==================== */
00025 #include <stdio.h>
00026 
00027 /* =================
00028 Public Function Prototypes
00029  ==================== */
00030 void PrintBadWords(FILE *File); 
00031 
00032 void SaveBadWord(const char *Word, FLOAT32 Certainty); 
00033 
00041 extern BOOL_VAR_H (tessedit_save_stats, FALSE, "Save final recognition statistics");
00044 /*
00045 #if defined(__STDC__) || defined(__cplusplus)
00046 # define        _ARGS(s) s
00047 #else
00048 # define        _ARGS(s) ()
00049 #endif*/
00050 
00051 /* badwords.c
00052 void PrintBadWords
00053     _ARGS((FILE *File));
00054 
00055 void SaveBadWord
00056     _ARGS((char *Word,
00057   FLOAT32 Certainty));
00058 
00059 #undef _ARGS
00060 */
00061 #endif

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