mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:06:50 +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.
|
; Override for postprocess letters/numbers regex.
|
||||||
postprocess_regex_letters = \pL
|
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
|
; 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
|
; value can be either always, never, or auto
|
||||||
|
Reference in New Issue
Block a user