Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,7 @@ pytesseract.pytesseract.tesseract_cmd = '/usr/bin/tesseract'
|
|
| 26 |
|
| 27 |
# Define the path to the docs folder
|
| 28 |
docs_path = "docs"
|
|
|
|
| 29 |
|
| 30 |
# Load images from the folder and extract text using pytesseract
|
| 31 |
def load_documents(docs_path):
|
|
|
|
| 26 |
|
| 27 |
# Define the path to the docs folder
|
| 28 |
docs_path = "docs"
|
| 29 |
+
print ("doc path:",docs_path)
|
| 30 |
|
| 31 |
# Load images from the folder and extract text using pytesseract
|
| 32 |
def load_documents(docs_path):
|