From c88a769818e4bbf1827625f458307229365111e1 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 3 Oct 2016 20:43:07 -0400 Subject: [PATCH] readme stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cecebb..c85d16f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 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).