iMicknl / cordova-plugin-openalpr

This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
MIT License
32 stars 23 forks source link

add full support setDefaultRegion #45

Open IntelliDust opened 5 years ago

IntelliDust commented 5 years ago

Please add to options possibility to use setDefaultRegion

iMicknl commented 5 years ago

Could you clarify your feature request a bit more? You can set the country (which is a region mostly) by passing the OpenALPROptions on every request.

IntelliDust commented 5 years ago

EU is region, SK, HU, CZ, P, AT, DE for example are different countries with different zones of EU with different and setDefaultRegion should solve recognition problems for specific parts of EU if I undestand well documentation of library.

iMicknl commented 5 years ago

@IntelliDust unfortunately, at the moment we don’t have time to work on this. I have tagged this issue as ‘help wanted’ for people who would like to contribute.