diff -Nur -x '*.orig' -x '*.rej' FuzzyOcr-3.5.1/FuzzyOcr.scansets mezzanine_patched_FuzzyOcr-3.5.1/FuzzyOcr.scansets --- FuzzyOcr-3.5.1/FuzzyOcr.scansets 2007-01-07 08:40:02.000000000 -0700 +++ mezzanine_patched_FuzzyOcr-3.5.1/FuzzyOcr.scansets 2007-01-07 08:39:48.000000000 -0700 @@ -6,36 +6,36 @@ # that for ham images, all of them will always run. +# Inverted Ocrad scanset with decolorization +scanset ocrad-decolorize-invert { + preprocessors = ppmtopgm, pamditherbw, pamtopnm + command = $ocrad + args = -s5 -T0.6 -i $input +} + # Standard Ocrad Scanset scanset ocrad { command = $ocrad - args = -s5 $input + args = -s5 -T0.6 $input } -# Inverted Ocrad scanset -scanset ocrad-invert { - command = $ocrad - args = -s5 -i $input +# Standard Gocr Scanset +scanset gocr { + command = $gocr + args = -i $input } -# Inverted Ocrad scanset with decolorization -scanset ocrad-decolorize-invert { - preprocessors = ppmtopgm, pamditherbw, pamtopnm +# Inverted Ocrad scanset +scanset ocrad-invert { command = $ocrad - args = -s5 -i $input + args = -s5 -T0.6 -i $input } # Ocrad scanset with decolorization scanset ocrad-decolorize { preprocessors = ppmtopgm, pamditherbw, pamtopnm command = $ocrad - args = -s5 $input -} - -# Standard Gocr Scanset -scanset gocr { - command = $gocr - args = -i $input + args = -s5 -T0.6 $input } # Tweaked Gocr Scanset @@ -59,4 +59,4 @@ # preprocessors = normalize, invert, normalize # command = $gocr # args = -i $input -#} \ No newline at end of file +#}