Using smaller set of regex numbers for Korea -- faster load time

This commit is contained in:
Matt Hill
2015-09-23 22:51:10 -04:00
parent c93667ed74
commit 0c088fb2e8

View File

@@ -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