diff options
Diffstat (limited to 'mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets')
-rw-r--r-- | mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets b/mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets new file mode 100644 index 000000000000..9be2204f4406 --- /dev/null +++ b/mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets @@ -0,0 +1,19 @@ +--- FuzzyOcr.scansets.orig 2009-05-29 23:09:04.000000000 +0300 ++++ FuzzyOcr.scansets 2009-05-29 23:09:37.000000000 +0300 +@@ -20,14 +20,14 @@ + + # Inverted Ocrad scanset with decolorization + scanset ocrad-decolorize-invert { +- preprocessors = ppmtopgm, pamthreshold, pamtopnm ++ preprocessors = ppmtopgm, pamditherbw, pamtopnm + command = $ocrad + args = -s5 -i $input + } + + # Ocrad scanset with decolorization + scanset ocrad-decolorize { +- preprocessors = ppmtopgm, pamthreshold, pamtopnm ++ preprocessors = ppmtopgm, pamditherbw, pamtopnm + command = $ocrad + args = -s5 $input + } |