openbsd-ports/mail/p5-FuzzyOcr/patches/patch-FuzzyOcr_preps
merdely 671d03c474 Update to 3.6.0. Works with clamav in tree.
Thanks for testing from Johan Huldtgren.
2010-07-21 05:53:07 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-FuzzyOcr_preps,v 1.2 2010/07/21 05:53:07 merdely Exp $
--- FuzzyOcr.preps.orig Wed Jul 14 12:56:27 2010
+++ FuzzyOcr.preps Wed Jul 14 12:56:45 2010
@@ -33,3 +33,8 @@ preprocessor maketiff {
args = -color -truecolor
}
+# Uses pamditherbw with thresholding on the PAM file
+preprocessor pamditherbw {
+ command = pamditherbw
+ args = -threshold
+}