Skip to content

Commit 14ea334

Browse files
authored
Update Readme.md
1 parent 6a6fdde commit 14ea334

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
* 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
1616

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

2020

2121

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

2525

2626

0 commit comments

Comments
 (0)