-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
40 lines (33 loc) · 1.4 KB
/
test.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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE>
<html>
<head>
<title>HOCR Proofreader</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script type="text/javascript" src="proofreader.js"></script>
<link rel="stylesheet" href="proofreader.css" />
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript" src="testdata.js"></script>
<script type="text/javascript">window.addEventListener("load", browserstart, false)</script>
</head>
<body>
<hr id="footer" />
<p>
<input id="open" type="file" onchange="openhocr()" accept=".hocr" multiple />
</p>
<p><label for="dir">Set the image directory (if unset, will use the directory proofreader.html is in)</label>
<input id="dir" type="text" onchange="setdir()" />
<span id="imgstatus"></span>
<br />Current paths used for images: <span id="imgpaths"></span>
</p>
<p>
<a id="save" type="file" href="">Save</a>
</p>
<div id="copychars">
<h3>Special characters</h3>
<p>Æ Œ æ œ ſ ß † ‡ ÷ ※ - ¶ ã õ ũ à è ì ò ù ā đ ē ę ī ĩ ij ō Ū ū â ê î ô û ǣ ǽ ː ⸗ ꝑ ꝓ ꝗ ꝙ ꝛ ꝝ ꝫ ꝯ ꝰ ꝶ ff fi fl ffi ffl ſt st ↄ </p>
</div>
<p id="copyright">Copyright 2021 Nick White.
Use of this source code is governed by the AGPLv3
license that can be found in the LICENSE file.</p>
</body>
</html>