JimmyK300 commited on
Commit
0d680c5
·
verified ·
1 Parent(s): 5faddf8

Update app_interface.py

Browse files
Files changed (1) hide show
  1. app_interface.py +1 -1
app_interface.py CHANGED
@@ -10,7 +10,7 @@ def tesseract_ocr(filepath: str, languages: List[str]):
10
  return pytesseract.image_to_string(image=image, lang=', '.join(languages))
11
 
12
  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']],
 
10
  return pytesseract.image_to_string(image=image, lang=', '.join(languages))
11
 
12
  title = "Tesseract OCR"
13
+ description = "Optical Character Recognition"
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']],