sujaybhowmick / OpenAlprDroidApp

Reference App demonstrating the use of Open Alpr library
GNU Affero General Public License v3.0
127 stars 72 forks source link

Thai licenses plate detection #14

Open fengboZ opened 4 years ago

fengboZ commented 4 years ago

Hi, there is another version of openalpr out there, and its written in many different languages, I used the python version, after I correctly installed the libraries, I can change the country to Thai, and it was able to recognize the Thai car plate as well, I've gone through your code. in the Mainactivity.java line 287, I suppose it's used for change the country code? will it be able to detect Thai car plate as well if I change the country code? For your reference https://github.com/openalpr/cloudapi/tree/master/python?fbclid=IwAR3FMUBPf-ShKImWlt_uSNaBlsIiH_yXA496TAs0nBV6ZW3PCHXEh7zfzwM.
this is another openalpr libraries I found