Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not supported #20

Closed
hafiz013 opened this issue Oct 31, 2017 · 3 comments
Closed

Library not supported #20

hafiz013 opened this issue Oct 31, 2017 · 3 comments

Comments

@hafiz013
Copy link

Hai there, this library not support for car plate from my country malaysia. Is there way to get myt.xml for my country?

@melvinversluijs
Copy link
Collaborator

Hi @hafiz013,

You can change the country by editing the following line of code:

Android: src/android/OpenALPR.java @ line 74

Alpr alpr = new Alpr("eu", conf_file, runtime_dir);

iOS: src/ios/PlateScanner.mm @ line 27

delegate->setCountry("eu");

Just change eu to whatever country you want (only countries with a corresponding xml file will work).

We would like to enhance this in the future as explained in issues #2 and #9

If you have any more questions feel free to ask.

Cheers,
Melvin

@hafiz013
Copy link
Author

I have checked that corresponding xml not supported to my country malaysia after change this

Alpr alpr = new Alpr("eu", conf_file, runtime_dir); and delegate->setCountry("eu");

@iMicknl
Copy link
Owner

iMicknl commented Mar 17, 2018

Questions about country support belong in the OpenALPR repository, please ask them there.

@iMicknl iMicknl closed this as completed Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants