-
-
Save quoidautre/5bb9d58996e77c80afa8273b2b98e541 to your computer and use it in GitHub Desktop.
Image processing to identify license plate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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