Spaces:
Running
Running
kneelesh48
commited on
Commit
•
4c0f403
1
Parent(s):
2509048
Add application file
Browse files- app_blocks.py +1 -1
app_blocks.py
CHANGED
@@ -13,7 +13,7 @@ title = "Tesseract OCR"
|
|
13 |
description = "Gradio demo for Tesseract. Tesseract is an open source text recognition (OCR) Engine."
|
14 |
article = "<p style='text-align: center'><a href='https://tesseract-ocr.github.io/' target='_blank'>Tesseract documentation</a> | <a href='https://github.com/tesseract-ocr/tesseract' target='_blank'>Github Repo</a></p>"
|
15 |
examples = [
|
16 |
-
["examples/weird_unicode_math_symbols.png", []]
|
17 |
["examples/eurotext.png", ["eng"]],
|
18 |
["examples/tesseract_sample.png", ["jpn", "eng"]],
|
19 |
["examples/chi.jpg", ["HanS", "HanT"]],
|
|
|
13 |
description = "Gradio demo for Tesseract. Tesseract is an open source text recognition (OCR) Engine."
|
14 |
article = "<p style='text-align: center'><a href='https://tesseract-ocr.github.io/' target='_blank'>Tesseract documentation</a> | <a href='https://github.com/tesseract-ocr/tesseract' target='_blank'>Github Repo</a></p>"
|
15 |
examples = [
|
16 |
+
["examples/weird_unicode_math_symbols.png", []],
|
17 |
["examples/eurotext.png", ["eng"]],
|
18 |
["examples/tesseract_sample.png", ["jpn", "eng"]],
|
19 |
["examples/chi.jpg", ["HanS", "HanT"]],
|