zapolnoch / node-tesseract-ocr

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

Support Stream #1

Closed zapolnoch closed 3 years ago

zapolnoch commented 6 years ago

Tesseract supports image recognition from stdin. Can we add the ability to input in tesseract.recognize() not only the filename but also the Buffer stream?

zapolnoch commented 3 years ago

fixed v2.1