Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ 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 |
-
['
|
17 |
-
['
|
18 |
-
['
|
19 |
]
|
20 |
|
21 |
language_choices = pytesseract.get_languages()
|
|
|
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 |
+
['eurotext.png', ['eng']],
|
17 |
+
['tesseract_sample.png', ['jpn', 'eng']],
|
18 |
+
['chi.jpg', ['HanS', 'HanT']]
|
19 |
]
|
20 |
|
21 |
language_choices = pytesseract.get_languages()
|