Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Forked from taitems/plate-snitch.js
Created September 9, 2017 19:56
Show Gist options
  • Save quoidautre/5bb9d58996e77c80afa8273b2b98e541 to your computer and use it in GitHub Desktop.
Save quoidautre/5bb9d58996e77c80afa8273b2b98e541 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