> -----Original Message----- > From: decoder [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 07, 2007 9:17 AM > To: [EMAIL PROTECTED]; users@spamassassin.apache.org > Subject: FuzzyOcr 3.5.1 released > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hello all, > > > since 3.5.0 RC1 was released, we fixed many bugs, thanks to > the many testers and bug reporters :) so big thanks. > > Now, the version seems stable enough to replace the 3.4.x > branch, and I recommend everyone to upgrade to it :) > > For those that don't know yet, whats new in the 3.5 branch, > read the changelog here: > > http://fuzzyocr.own-hero.net/wiki/Changelog-3.x#version3.5.0 > > You can download version 3.5.1 at > > http://fuzzyocr.own-hero.net/wiki/Downloads >
Is there now a NetPBM-less-than-10.34 patch for 3.5.1? The changes in the patch are rather trivial, really, so it seems like a good thing to include in the INSTALL readme rather than distribute a patch, such as: NETPBM LESS THAN 10.34 NetPBM less than 10.34 does not include the pamthreshold utility. If you have NetPBM less than 10.34, you will need to make some changes to FuzzyOcr.preps and FuzzyOcr.scansets to use the older pamditherbw utility instead. In FuzzyOcr.preps, comment out or remove the entire pamthreshold preprocessor and add a new preprocessor that uses pamditherbw, as follows: ---------------------------------- # Uses thresholding on the PAM file #preprocessor pamthreshold { # command = pamthreshold # args = -simple -threshold 0.5 #} # Uses pamditherbw with thresholding on the PAM file preprocessor pamditherbw { command = pamditherbw args = -threshold } ---------------------------------- In FuzzyOcr.scansets, replace all instances of the word "pamthreshold" with "pamditherbw". CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. SPAM-FREE 1.0(2476)