Spaces:
Sleeping
Sleeping
Commit
·
2fc3151
1
Parent(s):
6af4017
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import os
|
|
9 |
|
10 |
# Set the Tesseract command path
|
11 |
pytesseract.pytesseract.tesseract_cmd = '/usr/local/bin/tesseract'
|
|
|
12 |
|
13 |
# Detecting characters using PyTesseract
|
14 |
def detectChar(img):
|
|
|
9 |
|
10 |
# Set the Tesseract command path
|
11 |
pytesseract.pytesseract.tesseract_cmd = '/usr/local/bin/tesseract'
|
12 |
+
st.write(f'Tesseract Path: {pytesseract.pytesseract.tesseract_cmd}')
|
13 |
|
14 |
# Detecting characters using PyTesseract
|
15 |
def detectChar(img):
|