patch-FuzzyOcr_preps 376 B

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