16 FUZZY_OCR_KNOWN_HASH BODY: Image with known hash
[]
[Words found:]
["investor" in 1 lines]
["price" in 2 lines]
["company" in 1 lines]
["alert" in 1 lines]
["valium" in 1 lines]
["trade" in 1 lines]
["banking" in 1 lines]
["news" in 1 lines]
[(13.5 word occurrences found)]
18 FUZZY_OCR_KNOWN_HASH BODY: Image with known hash
[]
[Words found:]
[]
[(13.5 word occurrences found)]
Unless I've missed something, above is the only difference in the two
reports. So that says the only real difference if the lack of the 'words
found' report in FuzzyOCR.
The first think I'd do is look at the plugin code to see what controls the
output of those report lines, and see what it is based on. I think I'd add
a line that should end up in the report and say something like "debug report
enabled".
See if that line shows up in both cases. If not, you probably have a
problem with whatever is setting the switch. If it does, look at how those
word strings are output. The only thing that looks interesting about them
is they contain quote marks. Maybe somethign strange has happened and the
quote marks are breaking the debug output in one case.
If all else fails, probably best to take this over to the FuzzyOCR mailing
list for a while.
Loren