-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name=theme-color content=#00A7D0>
<meta name="description" content="Malayalam Optical Character Recognition മലയാളം ഓസിആർ Converts image to text">
<link rel="icon" href="/favicon.ico">
<title>Malayalam Optical Character Recognition</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<footer>
<p>Malayalam Optical character recognition system powered by <a href="https://github.com/tesseract-ocr/tesseract">Tesseract OCR</a>. This application uses <a href="https://tesseract.projectnaptha.com/">Tesseract.js</a>, Javascript port of Tesseract</p>
<p>You can use images with English or Malayalam content. Use the editor and the spellchecker for proofreading the text recognized.</p>
<p><strong>Privacy</strong>: Your image does not leave your browser since the recognition is done in browser and does not use any remote servers.</p>
<p><a href="https://gitlab.com/smc/tesseract-ocr-web">Source code</a></p>
</footer>
</body>
</html>