SOURCES: tesseract-globals.patch (NEW) - updated for 1.04b

qboosh qboosh at pld-linux.org
Tue Jul 17 19:15:55 CEST 2007


Author: qboosh                       Date: Tue Jul 17 17:15:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.04b

---- Files affected:
SOURCES:
   tesseract-globals.patch (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tesseract-globals.patch
diff -u /dev/null SOURCES/tesseract-globals.patch:1.3
--- /dev/null	Tue Jul 17 19:15:55 2007
+++ SOURCES/tesseract-globals.patch	Tue Jul 17 19:15:50 2007
@@ -0,0 +1,23 @@
+--- tesseract-1.04/cutil/globals.h.orig	2007-05-16 03:13:26.000000000 +0200
++++ tesseract-1.04/cutil/globals.h	2007-07-17 18:04:41.992990140 +0200
+@@ -45,8 +45,6 @@ extern int acts[MAXPROC];        /*actio
+ extern int debugs[MAXPROC];      /*debug flags */
+ extern int plots[MAXPROC];       /*plot flags */
+ extern int corners[4];           /*corners of scan window */
+-extern int optind;               /*option index */
+-extern char *optarg;             /*option argument */
+                                  /*image file name */
+ extern char imagefile[FILENAMESIZE];
+                                  /* main directory */
+--- tesseract-1.04/cutil/tordvars.h.orig	2007-05-16 23:33:53.000000000 +0200
++++ tesseract-1.04/cutil/tordvars.h	2007-07-17 18:07:44.663399933 +0200
+@@ -45,8 +45,7 @@ extern int similarity_enable;           
+ extern int similarity_debug;                /* Level of debug output */
+ extern int write_raw_output;                /* Text before context */
+ extern int write_output;                    /* Text file output */
+-//extern "C" { extern int display_ratings; }  /* Show the ratings */
+-extern int display_ratings;                 /* Show the ratings */
++extern "C" { extern int display_ratings; }  /* Show the ratings */
+ extern int show_bold;                       /* Use bold text */
+ extern int display_text;                    /* Show word text */
+ extern int display_blocks;                  /* Show word as boxes */
================================================================


More information about the pld-cvs-commit mailing list