We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a08eed commit 1a0a5a3Copy full SHA for 1a0a5a3
1 file changed
handling-pdf-files/pdf-ocr/pdf_ocr.py
@@ -13,7 +13,7 @@
13
import filetype
14
15
# Path Of The Tesseract OCR engine
16
-TESSERACT_PATH = r"C:\\Program Files\\Tesseract-OCR\\tesseract.exe"
+TESSERACT_PATH = r"/usr/bin/tesseract"
17
# Include tesseract executable
18
pytesseract.pytesseract.tesseract_cmd = TESSERACT_PATH
19
0 commit comments