Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import pytesseract
|
3 |
|
4 |
-
pytesseract.pytesseract.tesseract_cmd = r'/usr/bin/tesseract'
|
5 |
|
6 |
def process_recipe(i,j):
|
7 |
text = pytesseract.image_to_string(Image.open(image))
|
|
|
1 |
import gradio as gr
|
2 |
import pytesseract
|
3 |
|
4 |
+
#pytesseract.pytesseract.tesseract_cmd = r'/usr/bin/tesseract'
|
5 |
|
6 |
def process_recipe(i,j):
|
7 |
text = pytesseract.image_to_string(Image.open(image))
|