mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 10:46:53 +08:00
Added always/never/auto invert config property to country config
This commit is contained in:
@@ -33,4 +33,9 @@ ocr_language = lau
|
||||
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = [A-Z]
|
||||
postprocess_regex_numbers = [0-9]
|
||||
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
|
||||
invert = auto
|
@@ -34,4 +34,9 @@ ocr_language = lau
|
||||
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = [A-Z]
|
||||
postprocess_regex_numbers = [0-9]
|
||||
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
|
||||
invert = auto
|
@@ -35,4 +35,9 @@ ocr_language = leu
|
||||
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = [A-Z]
|
||||
postprocess_regex_numbers = [0-9]
|
||||
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
|
||||
invert = auto
|
@@ -35,3 +35,7 @@ ocr_language = lkr
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = \pL
|
||||
postprocess_regex_numbers = \pN
|
||||
|
||||
; 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
|
||||
invert = auto
|
@@ -33,4 +33,8 @@ ocr_language = lus
|
||||
|
||||
; Override for postprocess letters/numbers regex.
|
||||
postprocess_regex_letters = [A-Z]
|
||||
postprocess_regex_numbers = [0-9]
|
||||
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
|
||||
invert = auto
|
Reference in New Issue
Block a user