Skip to content

Commit d34860f

Browse files
authored
Update README.md
1 parent c4f0dbf commit d34860f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

AUTOMATION/PDF To Text/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ Create a new folder and create a pdfToText.py file in it. Copy and paste the cod
55
Open the Terminal:
66

77
```py
8-
pip install pdfminer.six
8+
pip install pdfminer.six
9+
910
```
1011

1112
In the same folder, add the pdf from which you want to extract text (Here the pdf used is test.pdf). Provide this pdf as a command line argument.
1213

1314
Run the script using:
1415

1516
```py
16-
python3 pdfToText.py test.pdf
17+
python3 pdfToText.py test.pdf
18+
1719
```
1820

19-
The extracted text will be available in converted_pdf.txt
21+
The extracted text will be available in converted_pdf.txt

0 commit comments

Comments
 (0)