Skip to content

Commit 7d2f388

Browse files
committed
Added Windows Batch Script for installation
1 parent 558094d commit 7d2f388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Execute Python EXE File
55
"./python.exe"
66

7-
# Execute Ghost Script EXE file
8-
"./gs.exe"
9-
107
# Install Tesseract
118
"./tesseract.exe"
129

10+
# Execute Ghost Script EXE file
11+
"./gs.exe"
12+
1313
# Install Python PyPDF2 Module
1414
pip3 install PyPDF2
1515

1616
# Add Environmental Variables
17-
setx path "%path%;%localappdata%\Programs\Python\Python38-32\Scripts;C:\Program Files (x86)\Tesseract-OCR;%localappdata%\Programs\Python\Python38-32;"
17+
setx path "%path%;%localappdata%\Programs\Python\Python38-32\Scripts;C:\Program Files (x86)\Tesseract-OCR;%localappdata%\Programs\Python\Python38-32;"

0 commit comments

Comments
 (0)