sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios
Other
1.72k stars 607 forks source link

Numeric License plates only #42

Open YoadTew opened 5 years ago

YoadTew commented 5 years ago

Hey,

Im trying to use the code in order to detect number only license plate (No letters), Is there a way to specify it, so the algorithm know to look only for numbers? (Should be just an easier problem)

Sayyam-Jain commented 5 years ago

You can extract the recognized Alpha-numeric data and filter it out using Regex.