From 549b2c12389bc15415d0e233c852f12b8f2675e4 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 3 Oct 2016 02:39:53 -0400 Subject: [PATCH] polish intro a bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c152466..a9d4d1b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ # Tesseract.js [Installation](#installation) • [Docs](#docs) • [Contributing](#contributing) -Tesseract.js is a pure javascript library that lets you get words written in English, Chinese, Russian, and [60 other languages](./tesseract_lang_list.md), out of scanned documents and other images. - -Tesseract.js is a wrapper around an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract). +Tesseract.js is a pure javascript library that lets you get words written in English, Chinese, Russian, and [60 other languages](./tesseract_lang_list.md), out of scanned documents and other images. More specifically, Tesseract.js is a wrapper around an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract).