SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

How to recognize seperators? #33

Open hokascha opened 7 years ago

hokascha commented 7 years ago

Is there a way to check for seperators like in german plates? Here's an example, the license plate detected is DNP666.

image

In Germany, the left part of the plate is the region, in the example it's "DN". The right part can be one or two letters followed by 1 to 4 numbers. So, DN-P666 like in the example could also be D-NP666 - depending on where the free space is.

Is there a way to distinguish D-NP666 and DN-P666 ?