Commit Graph

11 Commits

Author SHA1 Message Date
Miguel Afonso
7b7bafcba0 Removed non-existent PT postprocessing patterns
@@##@@ will be the next format but not until a few years from now.

There are reserved sequences on these formats, but the format remains the same for OCR purposes.
except a special format reserved for National Guard vehicles which is:

[G][N][R][BCEFGJLMPT]##
[G][N][R][BCEFGJLMPT]###
[G][N][R][BCEFGJLMPT]####

but not including these as they might not be relevant for most use cases.
2016-07-07 16:34:57 +01:00
steffkes
d40717b7df add initial set of german license-plate patterns
tl;dr license-plates are typically composed of three parts. the city/
region where the plate was issued (one to tree letters) followed by a
random string (one to three letters too) and finally a random number
(one to four digits). the larger the city or region the shorter the
identifier they use. obviously having more cars to be registered, the
random letters and numbers are often longer/larger in those areas.

depending on the type of the car, implemented suffixes are:
H: Historic Cars / Oldtimers
E: Electronic Cards

wikipedia has a very long and detailed article which tries to explain
where all this comes from and why this is (still) needed:
https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Germany
2016-06-16 10:22:54 +02:00
steffkes
f10451882a adding blank lines between countries 2016-06-12 17:05:09 +02:00
steffkes
0818ba7c3d sort eu-patterns by country, keep order within each country 2016-06-12 11:31:06 +02:00
Stefan Matheis
672f46d3dc sort eu-patterns by country 2016-06-11 17:18:53 +02:00
Adi P
101fe46117 Updated pattern for plates from Bosnia and Herzegovina 2015-12-22 17:28:57 -05:00
ShaneQful
d908c26245 Fixed the half year appendage to be on the RHS of the year 2015-08-04 12:41:48 +01:00
ShaneQful
891e13dbf9 Changed patterns so more much more likely to find valid county code (could still find invalid on two letter codes but much less likely) 2015-08-04 12:24:48 +01:00
Stefan Jansen
af1f92a831 All possible dutch licenseplate formats 2015-05-13 12:04:50 +02:00
Matt Hill
bb497f011f Added number plate patterns for European countries 2015-03-17 22:57:31 -04:00
Matt Hill
00b32d821f Added runtime data 2014-01-02 16:07:07 -06:00