ilar06 commited on
Commit
bb76bd2
1 Parent(s): 8f126e6

Delete ocr.html

Browse files
Files changed (1) hide show
  1. ocr.html +0 -17
ocr.html DELETED
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Candy Label Scanner</title>
7
- <script src="https://cdn.jsdelivr.net/npm/tesseract.js@2.1.1/dist/tesseract.min.js"></script>
8
- </head>
9
- <body>
10
- <h1>Candy Label Scanner</h1>
11
- <video id="video" autoplay></video>
12
- <button id="capture">Capture</button>
13
- <canvas id="canvas" style="display: none;"></canvas>
14
- <div id="output"></div>
15
-
16
- </body>
17
- </html>