main_web/speak1/index.html
2022-12-12 01:47:53 -05:00

16 lines
604 B
HTML

<!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">
<title>Document</title>
<script defer src='https://unpkg.com/tesseract.js@v2.1.0/dist/tesseract.min.js'></script>
<script src="script.js" defer></script>
</head>
<body>
<video width="720" height="560" autoplay muted></video>
<pre data-text style="font-size: 2rem; font-family: inherit; width: 100%; white-space: pre-wrap;"></pre>
<button id="press" onsubmit="press()">capture</button>
</body>
</html>