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
We're using this module to detect and read plates (and its awesome in node!) but we're having to unnecessarily write the file to disk to then have OpenALPR read it again.
How hard (I'm no native node person) would it be to pass this library a buffer of the file, instead of the path to the file? We're already reading in the file for other reasons (like cropping) and having to write it again just for OpenALPR is a bit of an overhead :-)
Happy to try and sort this myself, just need to be pointed in the right direction!
Cheers
The text was updated successfully, but these errors were encountered:
We're using this module to detect and read plates (and its awesome in node!) but we're having to unnecessarily write the file to disk to then have OpenALPR read it again.
How hard (I'm no native node person) would it be to pass this library a buffer of the file, instead of the path to the file? We're already reading in the file for other reasons (like cropping) and having to write it again just for OpenALPR is a bit of an overhead :-)
Happy to try and sort this myself, just need to be pointed in the right direction!
Cheers
The text was updated successfully, but these errors were encountered: