Spaces:
Sleeping
Sleeping
Aumkeshchy2003
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ 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 |
|
|
|
|
|
16 |
demo = gr.Interface(
|
17 |
fn=tesseract_ocr,
|
18 |
inputs=[
|
|
|
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 |
|
16 |
+
language_choices = pytesseract.get_languages()
|
17 |
+
|
18 |
demo = gr.Interface(
|
19 |
fn=tesseract_ocr,
|
20 |
inputs=[
|