netPark / node-openalpr

NodeJS Wrapper for OpenALPR
GNU Affero General Public License v3.0
89 stars 78 forks source link

Country code as an argument in "openalpr.Start()" #18

Open the-darc opened 7 years ago

the-darc commented 7 years ago

I intend to use this library to indentify plates outside US. I saw that you are passing always the same country ID in node_openalpr.cc#L36.

I belive that it could be received in the openalpr.Start() method.

sneko commented 7 years ago

@the-darc

Some forks have implemented this feature. I started from one of them and fixed some issues due to new version of OpenALPR 2.3.0 : https://github.com/Sneko/node-openalpr

22