summaryrefslogtreecommitdiff
path: root/mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-30 18:46:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-30 18:46:09 +0000
commitb81dce8d222baaec5ea90a934f575f78959c8bc5 (patch)
treef2ce1efc305dc54877cd57cb5375870fc8bee1a0 /mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets
parentp5-GPS-Babel is a perl interface to gpsbabel. (diff)
- Update to 3.6.0
PR: 135065 Submitted by: ismail yenigul <ismail.yenigul@endersys.com.tr>
Diffstat (limited to 'mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets')
-rw-r--r--mail/p5-FuzzyOcr-devel/files/patch-FuzzyOcr.scansets19
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
+ }