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!
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