Browse Source

Merge pull request #24 from pborreli/typos

Fixed typo
pull/389/head
bijection 8 years ago committed by GitHub
parent
commit
7f23b4c073
  1. 2
      index.html

2
index.html

@ -33,7 +33,7 @@
--> -->
<div class='commentary'> <div class='commentary'>
<p><b>Tesseract.js</b> is a pure Javascript port of the popular Tesseract OCR engine. </p> <p><b>Tesseract.js</b> is a pure Javascript port of the popular Tesseract OCR engine. </p>
<p>This library supports <b>over 60 languanges</b>, automatic text <b>orientation and script detection</b>, a simple interface for reading paragraph, word, and character <b>bounding boxes</b>. Tesseract.js can run either in a <b>browser</b> and on a server with <b>NodeJS</b>. </p> <p>This library supports <b>over 60 languages</b>, automatic text <b>orientation and script detection</b>, a simple interface for reading paragraph, word, and character <b>bounding boxes</b>. Tesseract.js can run either in a <b>browser</b> and on a server with <b>NodeJS</b>. </p>
<p>Check out the <a href='https://github.com/naptha/tesseract.js#tesseractjs'>Example code and API docs on GitHub</a>.</p> <p>Check out the <a href='https://github.com/naptha/tesseract.js#tesseractjs'>Example code and API docs on GitHub</a>.</p>
</div> </div>

Loading…
Cancel
Save