diff --git a/README.md b/README.md index 51bfc0a..a8145dc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,26 @@ Tesseract.js is a pure javascript version of the Tesseract OCR Engine that can r Tesseract.js works with a ` + + +``` + + +### Local First grab copies of `tesseract.js` and `tesseract.worker.js` from the [dist folder](https://github.com/naptha/tesseract.js/tree/master/dist). Then include `tesseract.js` on your page like this: + ```html @@ -24,7 +42,6 @@ worker.recognize('#my-image') ``` -After that, you should ## npm ```shell