Rarely hear from this utility since it only kicks in for marginal cases. This
is what I got yesterday:
Jun 18 22:55:53 d_baron spamd[5673]: FuzzyOcr: Errors in Scanset "ocrad"
Jun 18 22:55:53 d_baron spamd[5673]: FuzzyOcr: Return code: 512, Error: ocrad:
maxval > 255 in ppm "P
Instead of
use POSIX;
in FuzzyOcr.pm I've replaced it with
use POSIX qw(SIGTERM);
that seems to have fix this issue.
Given that SIGTERM is used by Config.pm why is "use POSIX" needed in
FuzzyOcr.pm?
Why is there an assumption that ocrad is present?
I only use gocr?
Config.pm hardcodes o
Seeing this error today with FuzzyOCR 3.5.1
Only saw this one time
Subroutine FuzzyOcr::O_CREAT redefined at /usr/local/lib/perl5/5.8.8/
Exporter.pm line 65.
at /usr/local/lib/perl5/5.8.8/mach/POSIX.pm line 19
Subroutine FuzzyOcr::O_EXCL redefined at /usr/local/lib/perl5/5.8.8/
Exporter.pm l