We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f0dbf commit d34860fCopy full SHA for d34860f
AUTOMATION/PDF To Text/README.md
@@ -5,15 +5,17 @@ Create a new folder and create a pdfToText.py file in it. Copy and paste the cod
5
Open the Terminal:
6
7
```py
8
- pip install pdfminer.six
+pip install pdfminer.six
9
+
10
```
11
12
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.
13
14
Run the script using:
15
16
- python3 pdfToText.py test.pdf
17
+python3 pdfToText.py test.pdf
18
19
20
-The extracted text will be available in converted_pdf.txt
21
+The extracted text will be available in converted_pdf.txt
0 commit comments