mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 15:57:01 +08:00
Using tighter min/max char values for Korea
This commit is contained in:
@@ -32,8 +32,8 @@ min_plate_size_width_px = 100
|
||||
min_plate_size_height_px = 20
|
||||
|
||||
; Results with fewer or more characters will be discarded
|
||||
postprocess_min_characters = 5
|
||||
postprocess_max_characters = 10
|
||||
postprocess_min_characters = 7
|
||||
postprocess_max_characters = 7
|
||||
|
||||
ocr_language = lkr
|
||||
|
||||
|
Reference in New Issue
Block a user