Spaces:
Build error
Build error
Update index.html
Browse files- index.html +0 -4
index.html
CHANGED
|
@@ -9,16 +9,12 @@
|
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<h1>OCR Text Extraction</h1>
|
| 12 |
-
<!-- Camera feed -->
|
| 13 |
<video id="video" autoplay playsinline></video>
|
| 14 |
-
<!-- Canvas for capturing the image -->
|
| 15 |
<canvas id="canvas"></canvas>
|
| 16 |
-
<!-- Buttons -->
|
| 17 |
<div class="buttons">
|
| 18 |
<button id="flipCamera">Flip Camera</button>
|
| 19 |
<button id="capture">Capture Image</button>
|
| 20 |
</div>
|
| 21 |
-
<!-- Output -->
|
| 22 |
<div id="output">No text yet...</div>
|
| 23 |
</div>
|
| 24 |
<script src="./static/script.js"></script>
|
|
|
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<h1>OCR Text Extraction</h1>
|
|
|
|
| 12 |
<video id="video" autoplay playsinline></video>
|
|
|
|
| 13 |
<canvas id="canvas"></canvas>
|
|
|
|
| 14 |
<div class="buttons">
|
| 15 |
<button id="flipCamera">Flip Camera</button>
|
| 16 |
<button id="capture">Capture Image</button>
|
| 17 |
</div>
|
|
|
|
| 18 |
<div id="output">No text yet...</div>
|
| 19 |
</div>
|
| 20 |
<script src="./static/script.js"></script>
|