-
-
Save vibster/110d401be988e69bd4c2edd03b25e42e 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