Changeset 54
- Timestamp:
- 23.11.2006 21:14:01 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr.cf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devel/FuzzyOcr.cf
r49 r54 114 114 # 115 115 # 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 117 120 # 118 121 # Number of minimum matches before the rule scores (Default value: 2) 119 122 #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 5123 #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 100128 #129 # Specifies the number of frames to consider (Default value: 2)130 # + Keeps at least the largest N frames.131 #focr_anim_max_frames 2132 123 # 133 124 #######################################
