Skip to content

Commit 31463b0

Browse files
authored
Update README.md
1 parent c40ccf9 commit 31463b0

File tree

1 file changed

+2
-2
lines changed
  • BasicPythonScripts/Text Extractor from PDF

1 file changed

+2
-2
lines changed

BasicPythonScripts/Text Extractor from PDF/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ To build a Python Script using the PyPDF2 Module which can extract text from a P
1818
* After parsing is done, the string in which the extracted text is stored is written in a new file named **extracted_text.txt** using basic File Handling in Python
1919

2020
## PDF FILE WITH TEXT
21-
![Image1](https://github.com/Sakalya100/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Text%20Extractor%20from%20PDF/Images/Screenshot%20(243).png)
21+
![Image1](https://github.com/Sakalya100/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Text%20Extractor%20from%20PDF/Images/PDF%20File.png)
2222

2323

2424

2525
## OUTPUT OF EXTRACTED TEXT SHOWN IN NEW TEXT FILE **extracted_text.txt**
26-
![Image2](https://github.com/Sakalya100/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Text%20Extractor%20from%20PDF/Images/Screenshot%20(242).png)
26+
![Image2](https://github.com/Sakalya100/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Text%20Extractor%20from%20PDF/Images/Output.png)
2727

2828

2929

0 commit comments

Comments
 (0)