mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:06:52 +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
|
; Results with fewer characters will be discarded
|
||||||
postprocess_min_characters = 4
|
postprocess_min_characters = 4
|
||||||
postprocess_max_characters = 10
|
postprocess_max_characters = 8
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
general = 0
|
general = 0
|
||||||
|
Reference in New Issue
Block a user