From 8e755745b734590b8c8aee5aa4ddea4a35dac6c6 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 18 Oct 2016 12:54:08 -0400 Subject: [PATCH] add link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7928b45..49e91c0 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ -->
-

Tesseract.js is a pure Javascript port of the popular Tesseract OCR engine.

+

Tesseract.js is a pure Javascript port of the popular Tesseract OCR engine.

This library supports over 60 languages, automatic text orientation and script detection, a simple interface for reading paragraph, word, and character bounding boxes. Tesseract.js can run either in a browser and on a server with NodeJS.

Check out the Example code and API docs on GitHub.