vector-space commited on
Commit
2775462
·
verified ·
1 Parent(s): d81e07b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- ['examples/eurotext.png', ['eng']],
17
- ['examples/tesseract_sample.png', ['jpn', 'eng']],
18
- ['examples/chi.jpg', ['HanS', 'HanT']]
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()