Spaces:
Sleeping
Sleeping
Update app_interface.py
Browse files- 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 = "
|
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']],
|