mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 21:46:49 +08:00
Using smaller set of regex numbers for Korea -- faster load time
This commit is contained in:
@@ -38,7 +38,7 @@ ocr_language = lkr
|
||||
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = \pL
|
||||
postprocess_regex_numbers = \pN
|
||||
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
|
||||
|
Reference in New Issue
Block a user