Changeset 54

Show
Ignore:
Timestamp:
23.11.2006 21:14:01 (2 years ago)
Author:
decoder
Message:

FuzzyOcr?.cf:

Removed old gif anim settings
Added focr_autodisable_negative_score line

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr.cf

    r49 r54  
    114114# 
    115115# This is used to disable the OCR engine if the message has already more points than this value (Default value: 10) 
    116 #focr_autodisable_score 20 
     116#focr_autodisable_score 10 
     117
     118# This is used to disable the OCR engine if the message has less points than this value (Default value: -5) 
     119#focr_autodisable_negative_score -5 
    117120# 
    118121# Number of minimum matches before the rule scores (Default value: 2) 
    119122#focr_counts_required 3 
    120 # 
    121 # Specifies, how many frames an animated gif must contain, so the second (less resource consuming) animated gif test is used. (Default value: 5) 
    122 #focr_gif_max_frames 5 
    123 # 
    124 # For animated-gif images: 
    125 # Specifies the threshold for the delay of a frame in an animated-gif image (Default value: 100) 
    126 # + If the delay is greater than threshold, the frame is considered otherwise, the frame is skipped. 
    127 #focr_anim_delay 100 
    128 # 
    129 # Specifies the number of frames to consider (Default value: 2) 
    130 # + Keeps at least the largest N frames. 
    131 #focr_anim_max_frames 2 
    132123# 
    133124#######################################