diff --git a/README.md b/README.md index 718dcf2..4621a44 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,15 @@ Tesseract.js is a javascript library that gets words in [almost any language](./docs/tesseract_lang_list.md) out of images. ([Demo](http://tesseract.projectnaptha.com/)) +Image Recognition + [![fancy demo gif](./docs/images/demo.gif)](http://tesseract.projectnaptha.com) +Video Real-time Recognition + +[![video demo gif](./docs/images/video-demo.gif)](https://github.com/jeromewu/tesseract.js-video) + + 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. 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: diff --git a/docs/images/video-demo.gif b/docs/images/video-demo.gif new file mode 100644 index 0000000..70161a1 Binary files /dev/null and b/docs/images/video-demo.gif differ