Browse Source

update readme

pull/12/head
Guillermo 8 years ago
parent
commit
4b43a0ef04
  1. 2
      README.md

2
README.md

@ -10,7 +10,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ @@ -10,7 +10,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./
![fancy demo gif](./demo.gif "Demo")
Tesseract.js works with script tags, webpack/browserify, and node. [Install it](#installation), and using it is as simple as
Tesseract.js works with script tags, webpack/browserify, and node. [After you install it](#installation), using it is as simple as
```javascript
Tesseract.recognize(my_image)
.progress(function (p) { console.log('progress', p) })

Loading…
Cancel
Save