root/trunk/devel/FuzzyOcr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @133 [133] 3 years decoder Added License tags too all code files
(edit) @132 [132] 3 years decoder Added capabilities to scan PDF files (highly experimental and disabled by …
(edit) @131 [131] 3 years decoder Fixed formatting problems in rules description output using test_log API …
(edit) @130 [130] 3 years decoder Bugfixes: Removed warnings about Exporter.pm SA 3.2 Compatiblity for …
(edit) @127 [127] 4 years decoder Added warn() when no scansets were loaded because of missing …
(edit) @126 [126] 4 years decoder Added focr_max_height/width Fixed bug with stripped spaces matching vs. …
(edit) @124 [124] 4 years decoder Fixed kill_pid, missing comma
(edit) @122 [122] 4 years decoder Fixed Deanimate.pm: gifsicle --unoptimize call now correctly done Fixed …
(edit) @121 [121] 4 years decoder Fixed small bug in Misc.pm patch
(edit) @120 [120] 4 years decoder Patch to work correctly with amavisd and others, contributed by Mark …
(edit) @119 [119] 4 years decoder Renamed variables and changed their scoop in both scanset and preprocessor …
(edit) @117 [117] 4 years decoder Config.pm code modified to make parsing and start up of configuration only …
(edit) @116 [116] 4 years decoder Remove redundant use() calls, fixing ticket #21 Added O_CREAT to another …
(edit) @115 [115] 4 years decoder Fixed hash creation bug, O_RDWR -> O_CREAT|O_RDWR (Thanks to Eric Yiu)
(edit) @114 [114] 4 years jorge Change: MySQL commands are now immune to unusual characters in values, …
(edit) @112 [112] 4 years jorge Added: focr_min_height (default:4) Images with height < focr_min_height …
(edit) @110 [110] 4 years jorge Fixed: Change spaces to underscores when saving images, otherwise it will …
(edit) @108 [108] 4 years jorge Added: Option to not log PMS(msgid,from,to) These are logged in spamd. …
(edit) @107 [107] 4 years decoder Fix typos in .cf and fuzzy-find Fix warnings with untie in both Config.pm …
(edit) @106 [106] 4 years decoder Fixed Ticket #21 and autosort config parameter bug
(edit) @100 [100] 4 years decoder Do not use, contains a bug! Adjusted some defaults in config file / …
(edit) @99 [99] 4 years decoder Fix: $haserr defined before for loop starts (Jorge, please check if that …
(edit) @95 [95] 4 years decoder Minor change: Accept all non-negative integers as verbose level (setting …
(edit) @93 [93] 4 years decoder Fixed Logging levels, Logging.pm used the wrong arithmetic to compare …
(edit) @91 [91] 4 years jorge Changes: FuzzyOcr/Config?.pm removed focr_threshold_ from appearing twice …
(edit) @89 [89] 4 years jorge Update: fuzzy-find can now handle lookups with MySQL hashing Change: …
(edit) @88 [88] 4 years decoder Fixes /tmp bug concerning multiple images. For each image, an own /tmp dir …
(edit) @86 [86] 4 years jorge Add arguments only if they exist (just in case)
(edit) @84 [84] 4 years decoder Fixed: Mysql password no longer shown in debug output Added: FuzzyOcr? now …
(edit) @83 [83] 4 years decoder Misc.pm fix. Do not $? >> 8 as this is simply wrong. This shift leads to …
(edit) @82 [82] 4 years decoder New option focr_unique_matches: Forces FuzzyOcr? to match each word only …
(edit) @81 [81] 4 years decoder Critical bugfix in Preprocessor.pm (Same bug as Scanset.pm earlier) …
(edit) @80 [80] 4 years decoder Content-Type application/octet-stream is now considered generic (always …
(edit) @79 [79] 4 years decoder Fixed errorlog (was not working, because of $conf) output to stderr -> …
(edit) @78 [78] 4 years decoder Logging fixed (untested): - Verbosity Level now applies ONLY to the …
(edit) @77 [77] 4 years jorge Fixed Logging: now outputs all messages when either spamassassin/spamd is …
(edit) @76 [76] 4 years decoder DONT USE THIS REVISION (Stick to 67 for now) Critical bugfixes here Might …
(edit) @75 [75] 4 years jorge Logging to file/stderr now behaves as described in FuzzyOcr?.cf
(edit) @74 [74] 4 years jorge Fixed MySQL code, a connection is now made only if an image is found in …
(edit) @72 [72] 4 years jorge Fixed personal_wordlist processing, broke since ~ver 68
(edit) @71 [71] 4 years jorge Changed defaults to agreed upon values.
(edit) @70 [70] 4 years jorge Helper application configuration is now dynamic (see FuzzyOcr?.cf) Changed …
(edit) @68 [68] 4 years jorge SVN fixed. load_global_words and load_personal_words replaced with …
(edit) @67 [67] 4 years decoder Added focr_end_config (last line in FuzzyOcr?.cf) to allow spamassassin …
(edit) @65 [65] 4 years decoder New function focr_autosort_scanset: Enables the plugin to automatically …
(edit) @63 [63] 4 years decoder Logging.pm: Added correct "use" lines for locking constants …
(edit) @62 [62] 4 years decoder Changed substitution rules in force_output_in: $output is replaced with …
(edit) @61 [61] 4 years decoder Created Logging.pm, all logging is now done with this module instead of …
(edit) @60 [60] 4 years decoder New Scanset and Preprocessor System Works at first sight but still needs …
(edit) @59 [59] 4 years decoder New classes: - Preprocessor (will be used by scansets) - Scanset (will …
(edit) @58 [58] 4 years jorge + small bug fixes, + added statistical information regarding sub-program …
(edit) @57 [57] 4 years jorge handled save_execute error/timeout correctly
(edit) @55 [55] 4 years jorge fixed save_execute minor bugs
(edit) @53 [53] 4 years decoder Added focr_autodisable_negative_score, satisfying ticket #6
(edit) @51 [51] 4 years decoder All required modifications for the new save_execute in the modules... now …
(edit) @50 [50] 4 years decoder Added function save_execute which will savely execute a helper …
(edit) @49 [49] 4 years jorge Option to have global or per helper application timeouts. Updated INSTALL …
(edit) @47 [47] 4 years jorge Fixed small bug. Added parameter to allow updates to already stored hashes …
(edit) @46 [46] 4 years jorge Fixed Matching algorithm for MySQL hashing
(edit) @45 [45] 4 years jorge If using image hashing, check that required perl modules are available, or …
(edit) @44 [44] 4 years jorge Fixed SQL bug
(edit) @43 [43] 4 years jorge Fixed SQL bug
(edit) @42 [42] 4 years jorge Don't need pamfile helper app any more, since we now determine size, …
(edit) @41 [41] 4 years jorge Updated INSTALL to reflect the new hashing option: 3 and its use, also new …
(edit) @39 [39] 4 years jorge Forgot to update these with MySQL code
(edit) @38 [38] 4 years jorge Added option to store hash in MySQL database making it easier for multiple …
(edit) @35 [35] 4 years jorge added optional 'focr_skip_' options to skip ocr processing on the supplied …
(edit) @31 [31] 4 years decoder Always outputs debug informations now (to stderr) when SA is run with -D …
(edit) @28 [28] 4 years jorge removed use Mail::SpamAssassin::Config included by mistake
(edit) @27 [27] 4 years jorge Fixed $MISSING_REQUIRED_VALUE, $INVALID_VALUE references in various parts
(edit) @26 [26] 4 years jorge Placed validation code for focr_verbose, focr_enable_image_hashing, and …
(edit) @25 [25] 4 years jorge Address warnings and timeouts when running gifsicle
(edit) @22 [22] 4 years jorge auto adjust word thresholds based on word size, requiring a better match …
(edit) @21 [21] 4 years jorge Optimized a bit, call sprintf only once instead of 4 times.
(edit) @20 [20] 4 years jorge Check whether hasing is configured, or return early from hasing functions, …
(edit) @19 [19] 4 years decoder Small corrections, passes all tests so far... please test :) TODO: Timeout …
(edit) @18 [18] 4 years decoder Step 2: Remaining stuff modularized... WARNING: UNTESTED! Still todo: fix …
(add) @17 [17] 4 years decoder Step 1 to modularization, Config.pm ATTENTION: This is completely untested …
Note: See TracRevisionLog for help on using the revision log.