You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the <script src='https://cdn.rawgit.com/naptha/tesseract.js/1.0.8/dist/tesseract.js'></script> from the README but it threw error 404. I couldn't access the file neither via wget or my browser.
What helps is if you change the 1.0.8 part to 0.2.0 which should be correct version of tesseract.js according to your releases. So to fix this issue I propose either add correct file so the url works or change the readme to 0.2.0 url.
Working URL: https://cdn.rawgit.com/naptha/tesseract.js/0.2.0/dist/tesseract.js
The text was updated successfully, but these errors were encountered:
I copied the
<script src='https://cdn.rawgit.com/naptha/tesseract.js/1.0.8/dist/tesseract.js'></script>
from the README but it threw error 404. I couldn't access the file neither via wget or my browser.What helps is if you change the
1.0.8
part to0.2.0
which should be correct version of tesseract.js according to your releases. So to fix this issue I propose either add correct file so the url works or change the readme to0.2.0
url.Working URL:
https://cdn.rawgit.com/naptha/tesseract.js/0.2.0/dist/tesseract.js
The text was updated successfully, but these errors were encountered: