netPark / node-openalpr

NodeJS Wrapper for OpenALPR
GNU Affero General Public License v3.0
89 stars 78 forks source link

pre-gyp build fails not because of binary-host #31

Open tothadi opened 4 years ago

tothadi commented 4 years ago

pre-gyp-log.txt npm install fails. Please see log file.

SurajPandey186 commented 3 years ago

Hi @tothadi , Do you get the fix for this?

munsterlander commented 2 years ago

@SurajPandey186 Did you find a fix for this?

tothadi commented 2 years ago

Sorry, I had not found a fix so I gave up on openalpr. I've ended up writing my own lpr from scratch which I haven't finished in lack of time.

munsterlander commented 2 years ago

Thank you for the response. I wrote my own as well, but using OpenCV and Tesseract in the browser, I keep getting memory issues, but Cordova OpenALPR doesn't work in Electron, so I am trying to find a path forward.