Spaces:
Sleeping
Sleeping
Update ocr.html
Browse files
ocr.html
CHANGED
@@ -5,25 +5,6 @@
|
|
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/[email protected]/dist/tesseract.min.js"></script>
|
8 |
-
<style>
|
9 |
-
#output {
|
10 |
-
font-size: 20px;
|
11 |
-
margin-top: 20px;
|
12 |
-
}
|
13 |
-
.red {
|
14 |
-
color: red;
|
15 |
-
}
|
16 |
-
.yellow {
|
17 |
-
color: yellow;
|
18 |
-
}
|
19 |
-
.green {
|
20 |
-
color: green;
|
21 |
-
}
|
22 |
-
video {
|
23 |
-
width: 100%;
|
24 |
-
height: auto;
|
25 |
-
}
|
26 |
-
</style>
|
27 |
</head>
|
28 |
<body>
|
29 |
<h1>Candy Label Scanner</h1>
|
|
|
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/[email protected]/dist/tesseract.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<h1>Candy Label Scanner</h1>
|