--- FuzzyOcr.preps 2006-12-23 14:17:01.646839154 -0700 +++ FuzzyOcr.preps 2006-12-23 16:51:14.733703343 -0700 @@ -16,10 +16,10 @@ command = ppmtopgm } -# Converts PAM to PNM -preprocessor pamtopnm { - command = pamtopnm -} +## Converts PAM to PNM +#preprocessor pamtopnm { +# command = pamtopnm +#} # Uses thresholding on the PAM file #preprocessor pamthreshold { @@ -27,15 +27,15 @@ # args = -simple -threshold 0.5 #} -# converts PNM to TIFF (this is used for tesseract) -preprocessor maketiff { - command = pnmtotiff - args = -color -truecolor -} +## converts PNM to TIFF (this is used for tesseract) +#preprocessor maketiff { +# command = pnmtotiff +# args = -color -truecolor +#} -# Uses pamditherbw with thresholding on the PAM file -preprocessor pamditherbw { - command = pamditherbw - args = -threshold -} +## Uses pamditherbw with thresholding on the PAM file +#preprocessor pamditherbw { +# command = pamditherbw +# args = -threshold +#}