Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Balearica committed Jan 27, 2023
1 parent 9de6c43 commit a82d247
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ Video Real-time Recognition
</p>


Tesseract.js wraps an [emscripten](https://github.com/kripken/emscripten) [port](https://github.com/naptha/tesseract.js-core) of the [Tesseract](https://github.com/tesseract-ocr/tesseract) [OCR](https://en.wikipedia.org/wiki/Optical_character_recognition) Engine.
Tesseract.js wraps a [webassembly port](https://github.com/naptha/tesseract.js-core) of the [Tesseract](https://github.com/tesseract-ocr/tesseract) OCR Engine.
It works in the browser using [webpack](https://webpack.js.org/) or plain script tags with a [CDN](#CDN) and on the server with [Node.js](https://nodejs.org/en/).
After you [install it](#installation), using it is as simple as:

Expand Down Expand Up @@ -103,7 +103,7 @@ Tesseract.js works with a `<script>` tag via local copy or CDN, with webpack via
### CDN
```html
<!-- v4 -->
<script src='https://unpkg.com/tesseract.js@4.0.1/dist/tesseract.min.js'></script>
<script src='https://unpkg.com/tesseract.js@4.0.2/dist/tesseract.min.js'></script>
```
After including the script the `Tesseract` variable will be globally available.

Expand Down Expand Up @@ -145,6 +145,8 @@ yarn add tesseract.js@3.0.3
- Typescript: https://github.com/jeromewu/tesseract.js-typescript
- Video Real-time Recognition: https://github.com/jeromewu/tesseract.js-video

React Native is **not** supported as it does not support Webassembly.

Disclaimer: These examples are now several years old and use old versions of both Tesseract.js and the relevant frameworks. Users are encouraged to use the latest version of Tesseract.js rather than the versions used in these examples. For users that update these examples (or make new ones), please consider contributing through a PR.

## Contributing
Expand Down

0 comments on commit a82d247

Please sign in to comment.