Browse Source

readme stuff

pull/12/head
Guillermo 8 years ago
parent
commit
0c6f96de8d
  1. 2
      README.md

2
README.md

@ -8,7 +8,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ @@ -8,7 +8,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./
![fancy demo gif](http://placehold.it/700x300 "jhgfjhgf")
Tesseract.js works with script tags, webpack/browserify, and node. Once you've [installed it](#installation), using it is as simple as
Tesseract.js works with script tags, webpack/browserify, and node. Once you're [set up](#installation), using it is as simple as
```javascript
Tesseract.recognize(my_image)
.progress(function (p) { console.log('progress', p) })

Loading…
Cancel
Save