ports/mail/p5-FuzzyOcr/patches/patch-FuzzyOcr_preps

12 lines
305 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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
+}