zapolnoch / node-tesseract-ocr

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

Run e2e tests on Windows #15

Open zapolnoch opened 4 years ago

zapolnoch commented 4 years ago

I want to run e2e tests on Windows. Tesseract is successfully installed from Chocolatey, but then I get an error in my Travis Job log:

'tesseract' is not recognized as an internal or external command, operable program or batch file.

I found reports of a similar problem, but couldn't solve the problem. Can somebody help me with the refreshenv?

PR is welcome!