@ -12,7 +12,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./
@@ -12,7 +12,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./
Tesseract.js works with script tags, webpack/browserify, and node. [After you install it](#installation), using it is as simple as
Tesseract.js works with a `<script>` tag via local copy or cdn, with webpack and browserify via `npm`, and on node via `npm`. [Check out the docs](#docs) for a full treatment of the API.
## <script/>
## <script/>
You can either include Tesseract.js on you page with a cdn like this:
```html
@ -94,7 +94,7 @@ Returns a [TesseractJob](#tesseractjob) whose `then`, `progress`, and `catch` me
@@ -94,7 +94,7 @@ Returns a [TesseractJob](#tesseractjob) whose `then`, `progress`, and `catch` me
@ -125,7 +125,7 @@ Returns a [TesseractJob](#tesseractjob) whose `then`, `progress`, and `error` me
@@ -125,7 +125,7 @@ Returns a [TesseractJob](#tesseractjob) whose `then`, `progress`, and `error` me
@ -160,7 +160,7 @@ A TesseractJob is an an object returned by a call to `recognize` or `detect`. It
@@ -160,7 +160,7 @@ A TesseractJob is an an object returned by a call to `recognize` or `detect`. It
@ -185,7 +185,7 @@ Sets `callback` as the function that will be called every time the job progresse
@@ -185,7 +185,7 @@ Sets `callback` as the function that will be called every time the job progresse
.progress(function(message){console.log('progress is: 'message)})
```
@ -210,7 +210,7 @@ Sets `callback` as the function that will be called if and when the job successf
@@ -210,7 +210,7 @@ Sets `callback` as the function that will be called if and when the job successf