View | Details | Raw Unified
Collapse All | Expand All

(-) ./tesseract-1.04/cutil/tordvars.h.orig (-4 / +1 lines)
 Lines 45-52    Link Here 
extern int debugs[MAXPROC];      /*debug flags */
extern int debugs[MAXPROC];      /*debug flags */
extern int plots[MAXPROC];       /*plot flags */
extern int plots[MAXPROC];       /*plot flags */
extern int corners[4];           /*corners of scan window */
extern int corners[4];           /*corners of scan window */
extern int optind;               /*option index */
extern char *optarg;             /*option argument */
                                 /*image file name */
                                 /*image file name */
extern char imagefile[FILENAMESIZE];
extern char imagefile[FILENAMESIZE];
                                 /* main directory */
                                 /* main directory */
 Lines 103-109    Link Here 
  //extern int                                    enable_assoc;
  //extern int                                    enable_assoc;
  //extern int                                    chop_enable;
  //extern int                                    chop_enable;
  //extern int                                    permute_only_top;
  //extern int                                    permute_only_top;
  extern int display_ratings;
};
};
 Lines 45-51    Link Here 
extern int similarity_debug;                /* Level of debug output */
extern int similarity_debug;                /* Level of debug output */
extern int write_raw_output;                /* Text before context */
extern int write_raw_output;                /* Text before context */
extern int write_output;                    /* Text file output */
extern int write_output;                    /* Text file output */
//extern "C" { extern int display_ratings; }  /* Show the ratings */
extern "C" { extern int display_ratings; }  /* Show the ratings */
extern int display_ratings;                 /* Show the ratings */
extern int display_ratings;                 /* Show the ratings */
extern int show_bold;                       /* Use bold text */
extern int show_bold;                       /* Use bold text */
extern int display_text;                    /* Show word text */
extern int display_text;                    /* Show word text */