Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -66,6 +66,8 @@
|
|
66 |
Tesseract.recognize(
|
67 |
dataURL,
|
68 |
'kor',
|
|
|
|
|
69 |
{
|
70 |
logger: m => console.log(m)
|
71 |
}
|
|
|
66 |
Tesseract.recognize(
|
67 |
dataURL,
|
68 |
'kor',
|
69 |
+
"image-to-text",
|
70 |
+
model="team-lucid/trocr-small-korean",
|
71 |
{
|
72 |
logger: m => console.log(m)
|
73 |
}
|