Ticket #87 (new defect)

Opened 2 years ago

Last modified 1 year ago

typo in FuzzyOcr.pm at line 579

Reported by: lordzik Assigned to: decoder
Priority: major Milestone: Development Release Version 3.5
Component: Configuration Version: 3.5.1
Keywords: focr_max_size_png png Cc:

Description

There's a typo in FuzzyOcr?.pm at line 579 which makes FuzzyOcr? fail on .png images when focr_max_size_png is defined.

579: if (defined($conf->{focr_max_size_png}) and ($$pic{fsize} > $conf->{focrmax_size_png})) {

should be: if (defined($conf->{focr_max_size_png}) and ($$pic{fsize} > $conf->{focr_max_size_png})) {

(too much in focr_max_size_png)

Attachments

Change History

07.07.2007 03:37:12 changed by anonymous

11.07.2007 13:15:22 changed by anonymous

15.08.2007 02:26:05 changed by anonymous


Add/Change #87 (typo in FuzzyOcr.pm at line 579)