We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360c8d3 commit 4ebbad2Copy full SHA for 4ebbad2
README.md
@@ -43,7 +43,7 @@ that's not possible we'll fallback to precompiled binaries.
43
var openalpr = require ("node-openalpr");
44
45
function identify (id, path) {
46
- console.log (openalpr.IdentifyLicense (path, function (error, output) {
+ console.log (openalpr.IdentifyLicense (path, function (error, output)) {
47
var results = output.results;
48
console.log (id +" "+ output.processing_time_ms +" "+ ((results.length > 0) ? results[0].plate : "No results"));
49
0 commit comments