Skip to content

Instantly share code, notes, and snippets.

@vibster
Forked from taitems/plate-snitch.js
Created October 25, 2017 13:14
Show Gist options
  • Save vibster/110d401be988e69bd4c2edd03b25e42e to your computer and use it in GitHub Desktop.
Save vibster/110d401be988e69bd4c2edd03b25e42e to your computer and use it in GitHub Desktop.
Image processing to identify license plate
openalpr.IdentifyLicense(imagePath, function (error, output) {
// handle result
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment