mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 15:57:01 +08:00
Changed max # of allowed characters to 8
This commit is contained in:
@@ -22,7 +22,7 @@ postprocess_max_substitutions = 2
|
||||
|
||||
; Results with fewer characters will be discarded
|
||||
postprocess_min_characters = 4
|
||||
postprocess_max_characters = 10
|
||||
postprocess_max_characters = 8
|
||||
|
||||
[debug]
|
||||
general = 0
|
||||
|
Reference in New Issue
Block a user