Files
openalpr-base/runtime_data/postprocess
0BuRner 7689a2fc2d Improves the belgian patterns
Add pattern: 4 letters - 3 numbers pattern (e.g. taxi plates)
2017-09-25 12:56:41 +02:00
..
2015-06-04 23:59:27 -04:00
2016-09-23 11:06:41 -04:00
2017-09-25 12:56:41 +02:00
2015-10-09 17:51:18 -04:00
2016-01-14 21:40:49 -05:00
2014-01-02 16:07:07 -06:00
2015-10-16 00:50:40 +08:00
2017-04-15 16:37:17 -04:00

Each line is a possible lp pattern organized by region/state and then likelihood.

The parser goes through each line and tries to match
@ = any letter
# = any number
? = a skip position (can be anything, but remove it if encountered)
[A-FGZ] is just a single char position with specific letter requirements.  In this example, the regex defines characters ABCDEFGZ