| FuzzyOCR Walkthrough |
|
|
|
| Written by Bill Olson |
| Sunday, 12 April 2009 01:48 |
|
FreeBSD FuzzyOCR SA Plugin for FreeBSD Required packages are netpbm, gocr, imagemagick, giflib and the String::Approx Perl module. # pkg_add -r netpbm edit FuzzyOcr.cf and change all "/etc/mail/spamassassin/" to "/usr/local/etc/mail/spamassassin/" I set my focr_logfile to /var/log/FuzzyOcr.log also edit the FuzzyOcr.pm file. Search for "$logfile", and you will notice a line calling the log file again. I just pointed it to the same location. Not sure why it's called twice. Now we finish up. also in the FuzzyOcr.cf file you will need to change the paths of the "Helper Applications" located around line 41. Change them to the following unless you installed them to /usr/bin/. focr_bin_giffix /usr/local/bin/giffix Be sure they are all uncommented. # cp FuzzyOcr.* /usr/local/etc/mail/spamassassin/ *Notice* #* Writen By mintee 10/17/2007 * |
| Last Updated on Sunday, 31 May 2009 21:59 |