root/trunk/devel/FuzzyOcr/Config.pm


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @133 [133] 21.08.2007 11:39:11 decoder Added License tags too all code files
(edit) @132 [132] 03.07.2007 15:13:17 decoder Added capabilities to scan PDF files (highly experimental and disabled by …
(edit) @127 [127] 08.01.2007 11:29:45 decoder Added warn() when no scansets were loaded because of missing …
(edit) @126 [126] 08.01.2007 01:01:47 decoder Added focr_max_height/width Fixed bug with stripped spaces matching vs. …
(edit) @124 [124] 06.01.2007 22:08:01 decoder Fixed kill_pid, missing comma
(edit) @119 [119] 17.12.2006 14:15:28 decoder Renamed variables and changed their scoop in both scanset and preprocessor …
(edit) @117 [117] 17.12.2006 00:48:10 decoder Config.pm code modified to make parsing and start up of configuration only …
(edit) @116 [116] 14.12.2006 00:02:39 decoder Remove redundant use() calls, fixing ticket #21 Added O_CREAT to another …
(edit) @112 [112] 12.12.2006 16:46:56 jorge Added: focr_min_height (default:4) Images with height < focr_min_height …
(edit) @110 [110] 11.12.2006 21:42:08 jorge Fixed: Change spaces to underscores when saving images, otherwise it will …
(edit) @108 [108] 11.12.2006 17:38:57 jorge Added: Option to not log PMS(msgid,from,to) These are logged in …
(edit) @107 [107] 11.12.2006 01:23:07 decoder Fix typos in .cf and fuzzy-find Fix warnings with untie in both Config.pm …
(edit) @106 [106] 11.12.2006 00:05:14 decoder Fixed Ticket #21 and autosort config parameter bug
(edit) @100 [100] 10.12.2006 01:29:31 decoder Do not use, contains a bug! Adjusted some defaults in config file / …
(edit) @99 [99] 09.12.2006 21:14:16 decoder Fix: $haserr defined before for loop starts (Jorge, please check if that …
(edit) @95 [95] 07.12.2006 23:59:21 decoder Minor change: Accept all non-negative integers as verbose level (setting …
(edit) @91 [91] 07.12.2006 16:56:53 jorge Changes: FuzzyOcr/Config?.pm removed focr_threshold_ from appearing twice …
(edit) @89 [89] 06.12.2006 23:46:25 jorge Update: fuzzy-find can now handle lookups with MySQL hashing Change: …
(edit) @88 [88] 06.12.2006 23:00:09 decoder Fixes /tmp bug concerning multiple images. For each image, an own /tmp dir …
(edit) @84 [84] 04.12.2006 13:05:09 decoder Fixed: Mysql password no longer shown in debug output Added: FuzzyOcr? now …
(edit) @82 [82] 03.12.2006 00:16:01 decoder New option focr_unique_matches: Forces FuzzyOcr? to match each word only …
(edit) @81 [81] 03.12.2006 00:03:49 decoder Critical bugfix in Preprocessor.pm (Same bug as Scanset.pm …
(edit) @80 [80] 02.12.2006 21:39:04 decoder Content-Type application/octet-stream is now considered generic (always …
(edit) @79 [79] 01.12.2006 23:44:55 decoder Fixed errorlog (was not working, because of $conf) output to stderr -> …
(edit) @78 [78] 01.12.2006 23:32:57 decoder Logging fixed (untested): - Verbosity Level now applies ONLY to the …
(edit) @75 [75] 01.12.2006 03:32:23 jorge Logging to file/stderr now behaves as described in FuzzyOcr?.cf
(edit) @74 [74] 01.12.2006 01:49:11 jorge Fixed MySQL code, a connection is now made only if an image is found in …
(edit) @72 [72] 30.11.2006 21:22:07 jorge Fixed personal_wordlist processing, broke since ~ver 68
(edit) @71 [71] 30.11.2006 19:08:23 jorge Changed defaults to agreed upon values.
(edit) @70 [70] 30.11.2006 18:47:07 jorge Helper application configuration is now dynamic (see FuzzyOcr?.cf) Changed …
(edit) @68 [68] 30.11.2006 00:36:22 jorge SVN fixed. load_global_words and load_personal_words replaced with …
(edit) @67 [67] 29.11.2006 23:38:33 decoder Added focr_end_config (last line in FuzzyOcr?.cf) to allow spamassassin …
(edit) @65 [65] 28.11.2006 21:01:04 decoder New function focr_autosort_scanset: Enables the plugin to automatically …
(edit) @63 [63] 27.11.2006 22:40:25 decoder Logging.pm: Added correct "use" lines for locking …
(edit) @61 [61] 27.11.2006 19:37:08 decoder Created Logging.pm, all logging is now done with this module instead of …
(edit) @60 [60] 27.11.2006 16:53:35 decoder New Scanset and Preprocessor System Works at first sight but still needs …
(edit) @58 [58] 25.11.2006 00:37:28 jorge + small bug fixes, + added statistical information regarding sub-program …
(edit) @55 [55] 24.11.2006 00:14:09 jorge fixed save_execute minor bugs
(edit) @53 [53] 23.11.2006 21:10:45 decoder Added focr_autodisable_negative_score, satisfying ticket #6
(edit) @51 [51] 23.11.2006 20:23:21 decoder All required modifications for the new save_execute in the modules... now …
(edit) @50 [50] 23.11.2006 19:36:27 decoder Added function save_execute which will savely execute a helper …
(edit) @49 [49] 21.11.2006 22:33:21 jorge Option to have global or per helper application timeouts. Updated INSTALL …
(edit) @47 [47] 21.11.2006 16:26:13 jorge Fixed small bug. Added parameter to allow updates to already stored hashes …
(edit) @45 [45] 21.11.2006 00:51:34 jorge If using image hashing, check that required perl modules are available, or …
(edit) @42 [42] 20.11.2006 18:54:51 jorge Don't need pamfile helper app any more, since we now determine size, …
(edit) @41 [41] 18.11.2006 19:42:54 jorge Updated INSTALL to reflect the new hashing option: 3 and its use, also new …
(edit) @39 [39] 16.11.2006 23:59:35 jorge Forgot to update these with MySQL code
(edit) @38 [38] 16.11.2006 23:47:41 jorge Added option to store hash in MySQL database making it easier for multiple …
(edit) @35 [35] 13.11.2006 16:53:04 jorge added optional 'focr_skip_' options to skip ocr processing on the supplied …
(edit) @31 [31] 10.11.2006 23:01:33 decoder Always outputs debug informations now (to stderr) when SA is run with -D …
(edit) @28 [28] 06.11.2006 16:43:27 jorge removed use Mail::SpamAssassin::Config included by mistake
(edit) @27 [27] 06.11.2006 16:09:28 jorge Fixed $MISSING_REQUIRED_VALUE, $INVALID_VALUE references in various parts
(edit) @26 [26] 01.11.2006 19:29:33 jorge Placed validation code for focr_verbose, focr_enable_image_hashing, and …
(edit) @22 [22] 01.11.2006 15:54:06 jorge auto adjust word thresholds based on word size, requiring a better match …
(add) @17 [17] 30.10.2006 16:06:06 decoder Step 1 to modularization, Config.pm ATTENTION: This is completely untested …
Note: See TracRevisionLog for help on using the revision log.