@ -7,14 +7,25 @@ Tesseract.js is a pure javascript version of the Tesseract OCR Engine that can r
@@ -7,14 +7,25 @@ Tesseract.js is a pure javascript version of the Tesseract OCR Engine that can r
<!-- ![alt text]( "Logo Title Text 1") -->
# Installation
Tesseract.js works with a `<script>` tag, or with `npm` (if you're using webpack /browserify).
Tesseract.js works with a `<script>` tag via local copy or cdn, or with `npm` (if you're using webpack /browserify).
## `<script/>`
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`:
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
<scriptsrc='/path/to/tesseract.js'></script>
<script>
var worker = createTesseractWorker('/path/to/tesseract.worker.js')