From 5ee01d4265c7ac686afde2284c313227d08f8140 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 3 Oct 2016 20:45:19 -0400 Subject: [PATCH] readme stuff --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c85d16f..ab9f19e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ # [Tesseract.js](http://tesseract.projectnaptha.com/) -Tesseract.js is a javascript library that gets words in [almost any language](./tesseract_lang_list.md) out of images. +Tesseract.js is a javascript library that gets words in [almost any language](./tesseract_lang_list.md) out of images. Under the hood, Tesseract.js wraps [tesseract.js-core](https://github.com/naptha/tesseract.js-core) an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract). + ![fancy demo gif](http://placehold.it/700x300 "jhgfjhgf") @@ -17,14 +18,10 @@ Tesseract.recognize(my_image) [Check out the docs](#docs) for a full treatment of the API. -# Tech -Under the hood, Tesseract.js wraps an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract). - - # Installation Tesseract.js works with a `