|
|
|
@133
|
[133]
|
21.08.2007 11:39:11 |
decoder |
Added License tags too all code files |
|
|
|
@116
|
[116]
|
14.12.2006 00:02:39 |
decoder |
Remove redundant use() calls, fixing ticket #21
Added O_CREAT to another … |
|
|
|
@115
|
[115]
|
13.12.2006 11:55:11 |
decoder |
Fixed hash creation bug, O_RDWR -> O_CREAT|O_RDWR (Thanks to Eric Yiu) |
|
|
|
@114
|
[114]
|
12.12.2006 21:05:54 |
jorge |
Change: MySQL commands are now immune to unusual characters in values, … |
|
|
|
@107
|
[107]
|
11.12.2006 01:23:07 |
decoder |
Fix typos in .cf and fuzzy-find
Fix warnings with untie in both Config.pm … |
|
|
|
@99
|
[99]
|
09.12.2006 21:14:16 |
decoder |
Fix: $haserr defined before for loop starts (Jorge, please check if that … |
|
|
|
@75
|
[75]
|
01.12.2006 03:32:23 |
jorge |
Logging to file/stderr now behaves as described in FuzzyOcr?.cf |
|
|
|
@74
|
[74]
|
01.12.2006 01:49:11 |
jorge |
Fixed MySQL code, a connection is now made only if an image is found in … |
|
|
|
@70
|
[70]
|
30.11.2006 18:47:07 |
jorge |
Helper application configuration is now dynamic (see FuzzyOcr?.cf)
Changed … |
|
|
|
@68
|
[68]
|
30.11.2006 00:36:22 |
jorge |
SVN fixed.
load_global_words and load_personal_words replaced with … |
|
|
|
@61
|
[61]
|
27.11.2006 19:37:08 |
decoder |
Created Logging.pm, all logging is now done with this module instead of … |
|
|
|
@59
|
[59]
|
26.11.2006 18:49:57 |
decoder |
New classes:
- Preprocessor (will be used by scansets)
- Scanset (will … |
|
|
|
@58
|
[58]
|
25.11.2006 00:37:28 |
jorge |
+ small bug fixes,
+ added statistical information regarding sub-program … |
|
|
|
@57
|
[57]
|
24.11.2006 17:03:27 |
jorge |
handled save_execute error/timeout correctly |
|
|
|
@55
|
[55]
|
24.11.2006 00:14:09 |
jorge |
fixed save_execute minor bugs |
|
|
|
@51
|
[51]
|
23.11.2006 20:23:21 |
decoder |
All required modifications for the new save_execute in the modules... now … |
|
|
|
@49
|
[49]
|
21.11.2006 22:33:21 |
jorge |
Option to have global or per helper application timeouts.
Updated INSTALL … |
|
|
|
@47
|
[47]
|
21.11.2006 16:26:13 |
jorge |
Fixed small bug.
Added parameter to allow updates to already stored hashes … |
|
|
|
@46
|
[46]
|
21.11.2006 16:04:39 |
jorge |
Fixed Matching algorithm for MySQL hashing |
|
|
|
@45
|
[45]
|
21.11.2006 00:51:34 |
jorge |
If using image hashing, check that required perl modules are available, or … |
|
|
|
@44
|
[44]
|
20.11.2006 19:21:25 |
jorge |
Fixed SQL bug |
|
|
|
@43
|
[43]
|
20.11.2006 19:14:10 |
jorge |
Fixed SQL bug |
|
|
|
@42
|
[42]
|
20.11.2006 18:54:51 |
jorge |
Don't need pamfile helper app any more, since we now determine size, … |
|
|
|
@41
|
[41]
|
18.11.2006 19:42:54 |
jorge |
Updated INSTALL to reflect the new hashing option: 3 and its use, also new … |
|
|
|
@39
|
[39]
|
16.11.2006 23:59:35 |
jorge |
Forgot to update these with MySQL code |
|
|
|
@38
|
[38]
|
16.11.2006 23:47:41 |
jorge |
Added option to store hash in MySQL database making it easier for multiple … |
|
|
|
@20
|
[20]
|
01.11.2006 15:52:11 |
jorge |
Check whether hasing is configured, or return early from hasing functions, … |
|
|
|
@19
|
[19]
|
30.10.2006 22:28:02 |
decoder |
Small corrections, passes all tests so far... please test :)
TODO: Timeout … |
|
|
|
@18
|
[18]
|
30.10.2006 20:28:42 |
decoder |
Step 2: Remaining stuff modularized... WARNING: UNTESTED!
Still todo: fix … |