cutil/tordvars.h

Go to the documentation of this file.
00001 
00020 #ifndef TOVARS_H
00021 #define TOVARS_H
00022 
00023 #include <stdio.h>
00024 
00025 /*----------------------------------------------------------------------
00026               V a r i a b l e s
00027 ----------------------------------------------------------------------*/
00028 extern int debug_3;
00029 extern int debug_5;
00030 extern int debug_8;
00031 
00033 extern FILE *rawfile;
00035 extern FILE *textfile;
00037 extern FILE *correct_fp;
00038 extern FILE *matcher_fp;
00039 
00041 extern int blob_skip;
00043 extern int num_word_choices;
00045 extern int similarity_enable;
00047 extern int similarity_debug;
00049 extern int write_raw_output;
00051 extern int write_output;
00053 extern "C" int display_ratings;
00054 //extern int display_ratings;      /* Show the ratings */
00056 extern int show_bold;
00058 extern int display_text;
00060 extern int display_blocks;
00061 
00063 extern float overlap_threshold;
00065 extern float certainty_threshold;
00066 
00067 /*----------------------------------------------------------------------
00068               F u n c t i o n s
00069 ----------------------------------------------------------------------*/
00070 void init_textord_vars(); 
00071 #endif

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