zapolnoch / node-tesseract-ocr

A Node.js wrapper for the Tesseract OCR API
MIT License
304 stars 38 forks source link

Minor bug fix, auto find bin without setting PATH #39

Open IcedShake opened 2 years ago

IcedShake commented 2 years ago

Fixes a bug in binary location - locations with spaces would fail. Also adds a way to find the bin on Windows by locating through PATH env and pre-determined locations.