diff --git a/README.md b/README.md index c565706..a3a084f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Video Real-time Recognition

-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: @@ -103,7 +103,7 @@ Tesseract.js works with a ` + ``` After including the script the `Tesseract` variable will be globally available. @@ -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