updated config defaults

This commit is contained in:
Matt Hill
2014-07-02 19:06:00 -04:00
parent 5b1e7429ed
commit 3d6a7662a9

View File

@@ -41,11 +41,11 @@ max_plate_angle_degrees = 15
ocr_min_font_point = 6
; Minimum OCR confidence percent to consider.
postprocess_min_confidence = 60
postprocess_min_confidence = 65
; Any OCR character lower than this will also add an equally likely
; chance that the character is incorrect and will be skipped. Value is a confidence percent
postprocess_confidence_skip_level = 75
postprocess_confidence_skip_level = 80
; Reduces the total permutations to consider for scoring.
postprocess_max_substitutions = 2
@@ -73,11 +73,11 @@ pause_on_frame = 0
[us]
; 30-50, 40-60, 50-70, 60-80, 70-90
; 30-50, 40-60, 50-70, 60-80
char_analysis_min_pct = 0.30
char_analysis_height_range = 0.20
char_analysis_height_step_size = 0.10
char_analysis_height_num_steps = 5
char_analysis_height_num_steps = 4
segmentation_min_box_width_px = 4
segmentation_min_charheight_percent = 0.5;
@@ -106,11 +106,11 @@ ocr_language = lus
[eu]
; 35-50; 45-60, 55-70, 65-80, 75-90, 85-100
; 35-50; 45-60, 55-70, 65-80, 75-90
char_analysis_min_pct = 0.35
char_analysis_height_range = 0.15
char_analysis_height_step_size = 0.10
char_analysis_height_num_steps = 6
char_analysis_height_num_steps = 5
segmentation_min_box_width_px = 5
segmentation_min_charheight_percent = 0.4;