Changeset 92
- Timestamp:
- 07.12.2006 16:59:46 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devel/FuzzyOcr.pm
r91 r92 675 675 if ($internal_score + $current_score > $score) { 676 676 my $total = $internal_score + $current_score; 677 warnlog("FuzzyOcr stopped, message got $internal_score points by other FuzzyOcr tests ($total>$score)." 677 warnlog("FuzzyOcr stopped, message got $internal_score points by other FuzzyOcr tests ($total>$score)."); 678 678 #infolog("OCR canceled, message got already more than $score points ($total) by other FuzzyOcr tests."); 679 679 return 0;
