Browse Source

words

pull/24/head
Kevin Kwok 8 years ago
parent
commit
be29f9ab92
  1. 17
      css/main.css
  2. 5
      index.html

17
css/main.css

@ -237,6 +237,23 @@ body, html{
opacity: 0.5; opacity: 0.5;
} }
#footer {
color: #ffffff;
background-color: #f6f6f6;
text-align: right;
padding: 0 20px;
background-color: #425565;
background: url(../img/bg.jpg);
background-size: cover;
background-position: bottom;
}
#footer a {
color: white !important;
}
@media (min-width: 900px) { @media (min-width: 900px) {
#drop-instructions-main { #drop-instructions-main {

5
index.html

@ -32,7 +32,10 @@
--> -->
<div class='commentary'> <div class='commentary'>
<p><b>Tesseract.js</b> can recognize text in <b>over 60 languanges</b>, in <b><code>&lt;img></code> elements</b>, <b><code>&lt;video></code> elements</b>, <b><code>&lt;canvas></code> elements</b>, <b>remote urls</b>, <b>dropped files</b>, and more! <a href='https://github.com/naptha/tesseract.js#tesseractjs'>Example code and API docs are on GitHub</a>.</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>Check out the <a href='https://github.com/naptha/tesseract.js#tesseractjs'>Example code and API docs on GitHub</a>.</p>
</div> </div>
<div id='demo-body'> <div id='demo-body'>
<div id='options'> <div id='options'>

Loading…
Cancel
Save