We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558094d commit 7d2f388Copy full SHA for 7d2f388
setup.bat
@@ -4,14 +4,14 @@
4
# Execute Python EXE File
5
"./python.exe"
6
7
-# Execute Ghost Script EXE file
8
-"./gs.exe"
9
-
10
# Install Tesseract
11
"./tesseract.exe"
12
+# Execute Ghost Script EXE file
+"./gs.exe"
+
13
# Install Python PyPDF2 Module
14
pip3 install PyPDF2
15
16
# Add Environmental Variables
17
-setx path "%path%;%localappdata%\Programs\Python\Python38-32\Scripts;C:\Program Files (x86)\Tesseract-OCR;%localappdata%\Programs\Python\Python38-32;"
+setx path "%path%;%localappdata%\Programs\Python\Python38-32\Scripts;C:\Program Files (x86)\Tesseract-OCR;%localappdata%\Programs\Python\Python38-32;"
0 commit comments