@ -9,7 +9,7 @@ Tesseract.js is a pure javascript version of the Tesseract OCR Engine that can r
@@ -9,7 +9,7 @@ Tesseract.js is a pure javascript version of the Tesseract OCR Engine that can r
# Installation
Tesseract.js works with a `<script>` tag via local copy or cdn, or with `npm` (if you're using webpack / browserify).
Then open `http://localhost:7355` in your favorite browser. The devServer automatically rebuilds tesseract.js and tesseract.worker.js when you change files in the src folder.
## Building Static Files
After you've cloned the repo and run `npm install` as described in the [Development Section](#development), you can build static library files in the dist folder with