Skip to content

Commit f1a344b

Browse files
Merge pull request #1 from saibhaskar24/patch-1
Requirements.txt
2 parents 6f8009f + 1ace5a4 commit f1a344b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ That's why, **PDFs-TextExtract** project developed to **extract text from multip
2828
- **Step 6:** Add Python Path to Environment Variables (Optional).
2929
- **Step 7:** Install Python extension for your IDE (Visual Studio Code).
3030
- **Step 8:** Now you’ll be able to execute python scripts with your IDE (Visual Studio Code).
31-
- **Step 9:** Execute *Terminal command* inside Python IDE : **pip install pdfminer.six**
32-
- **Step 10:** Execute *Terminal command* inside Python IDE : **pip install PyPDF2**
31+
- **Step 9:**
32+
33+
## Install dependencies
34+
35+
pip install -r requirements.txt
3336

3437
## Usage
3538
- **Step 1:** Open **..\PDFs-TextExtract-master\samples** folder and put your PDF Documents inside.

requitements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pdfminer.six
2+
PyPDF2

0 commit comments

Comments
 (0)