You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* config - Path to configuration file. On Windows defaults to the config file in node-openalpr directory, on Linux defaults to openalpr installation
48
48
* runtime - Path to runtime data. On Windows defaults to "openalpr_runtime" folder in node-openalpr directory, on Linux defaults to openalpr installation
49
49
* count - Number of concurrent OpenALPR processes to run - defaults to CPU core count
@@ -52,7 +52,7 @@ This is a breakdown of all of the methods available for node-openalpr. Start nee
52
52
*`openalpr.StartQueue ()` - Starts the OpenALPR queue monitoring thread (normally started automatically after calling Start ())
53
53
*`openalpr.StopQueue ()` - Stops the OpenALPR queue monitoring thread
54
54
*`openalpr.queueLoop ()` - Method used in checking queue - can be called manually if start_queue is false for finer control
55
-
*`openalpr.IdentifyLicense (path, options/callback[, callback])` - Begins the process of identifying a license from the given image
55
+
*`openalpr.IdentifyLicense (path, options/callback[, callback])` - Begins the process of identifying a license from the given image, returns "working" or "queued" status result
56
56
* path - Path to image - if image does not exist an exception will be thrown
57
57
* callback/options - Additional options for the image or a callback
58
58
* options.state (string) - State ("oh") license plates are in for additional validation
0 commit comments