From ebe263ad0f04df896db4e27016a3cf40c2e6294d Mon Sep 17 00:00:00 2001 From: jeromewu Date: Sun, 2 Jun 2019 10:13:25 +0800 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4995d5e..f2520fc 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ -->

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.

+

This library supports more than 100 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.