From 82ea60d2c3577eda54222a6a2232b31fb2f096e0 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 3 Oct 2016 02:43:00 -0400 Subject: [PATCH] polish intro a bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d7622..87c5815 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ # Tesseract.js [Installation](#installation) • [Docs](#docs) • [Contributing](#contributing) -Tesseract.js is a pure javascript library that lets you get words written in [almost any language](./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). +Tesseract.js is a pure javascript library that lets you get words written in [almost any language](./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). * [English, Chinese, Russian, and 60 others](./tesseract_lang_list.md).