readme stuff

master
Guillermo 8 years ago
parent 5972594575
commit 9b1d09a72e
  1. 18
      README.md

@ -42,8 +42,22 @@ Tesseract.workerUrl = 'http://www.absolute-path-to/tesseract.worker.js'
After including your scripts, the `Tesseract` variable should be defined! You can [head to the docs](#docs) for a full treatment of the API.
## npm
### TODO
walp
First:
```shell
> npm install tesseract.js --save
```
Then
```javascript
var Tesseract = require('tesseract.js')
```
or
```javascript
import Tesseract from 'tesseract.js'
```
You can [head to the docs](#docs) for a full treatment of the API.
# Docs

Loading…
Cancel
Save