> -----Messaggio originale----- > Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di > > hi, > > (you 'busted out' of the thread ... replying back in it.) > > > Disable the FuzzyOcr's result hash cache on both machines before > testing for > > differences: you are looking at stale results. > > > > If these systems cached the results when the version or config of the > two > > FuzzyOcr(s) were not the same, of course you see a difference... > > You might have a point. > > So, silly question: > > HOW do I "Disable the FuzzyOcr's result hash cache"? > > commenting out: > > #body FUZZY_OCR_KNOWN_HASH eval:dummy_check() > > in FuzzyOcr.cf isn't doing it:-/
I *guess* it is focr_enable_image_hashing, which I already commented out (and thereby disabled hashing) because I was experiencing problems when changing something in my FuzzyOcr.words. This happened some months ago and I can't exactly recall how I did it... Giampaolo > > thanks!