diff --git a/runtime_data/config/br.conf b/runtime_data/config/br.conf index 6b8bdbb..0e1c42e 100644 --- a/runtime_data/config/br.conf +++ b/runtime_data/config/br.conf @@ -14,10 +14,10 @@ plate_height_mm = 130 multiline = 0 -char_height_mm = 63 -char_width_mm = 54 -char_whitespace_top_mm = 20 -char_whitespace_bot_mm = 10 +char_height_mm = 70 +char_width_mm = 50 +char_whitespace_top_mm = 45 +char_whitespace_bot_mm = 20 template_max_width_px = 150 template_max_height_px = 49 @@ -28,7 +28,7 @@ plateline_sensitivity_horizontal = 55 ; Regions smaller than this will be disqualified min_plate_size_width_px = 65 -min_plate_size_height_px = 22 +min_plate_size_height_px = 21 ; Results with fewer or more characters will be discarded postprocess_min_characters = 7 @@ -43,4 +43,4 @@ postprocess_regex_numbers = [0-9] ; Whether the plate is always dark letters on light background, light letters on dark background, or both ; value can be either always, never, or auto -invert = auto \ No newline at end of file +invert = auto diff --git a/runtime_data/ocr/tessdata/lbr.traineddata b/runtime_data/ocr/tessdata/lbr.traineddata index dd82f9d..f9b67b1 100644 Binary files a/runtime_data/ocr/tessdata/lbr.traineddata and b/runtime_data/ocr/tessdata/lbr.traineddata differ