Aumkeshchy2003 commited on
Commit
1c9cf55
·
verified ·
1 Parent(s): 69aaa1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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=[