|
|
@ -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") |
|
|
|
![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 |
|
|
|
```javascript |
|
|
|
Tesseract.recognize(my_image) |
|
|
|
Tesseract.recognize(my_image) |
|
|
|
.progress(function (p) { console.log('progress', p) }) |
|
|
|
.progress(function (p) { console.log('progress', p) }) |
|
|
|