Charan5775 commited on
Commit
854aaf2
·
verified ·
1 Parent(s): e7d2278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import pytesseract
14
  import time
15
 
16
  # Set Tesseract CMD path for Windows
17
- pytesseract.pytesseract.tesseract_cmd = r"F:\Python-files\tesseract\tesseract.exe"
18
 
19
  app = FastAPI()
20
 
 
14
  import time
15
 
16
  # Set Tesseract CMD path for Windows
17
+ #pytesseract.pytesseract.tesseract_cmd = r"F:\Python-files\tesseract\tesseract.exe"
18
 
19
  app = FastAPI()
20