laitkor commited on
Commit
1b2c612
·
verified ·
1 Parent(s): 49c6b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):