diff --git a/index.html b/index.html index 6430508..251e612 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ -->

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

-

This library supports over 60 languanges, 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 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.