Youssouf Traore
commited on
Commit
·
84772c2
1
Parent(s):
8cf742e
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def extract_text(image):
|
|
8 |
|
9 |
# Utiliser Pytesseract pour extraire le texte de l'image
|
10 |
text = pytesseract.image_to_string(image)
|
11 |
-
|
12 |
return text
|
13 |
|
14 |
# Définir l'interface utilisateur Gradio
|
|
|
8 |
|
9 |
# Utiliser Pytesseract pour extraire le texte de l'image
|
10 |
text = pytesseract.image_to_string(image)
|
11 |
+
print(text)
|
12 |
return text
|
13 |
|
14 |
# Définir l'interface utilisateur Gradio
|