Skip to content

Commit 6a6fdde

Browse files
authored
Update Readme.md
1 parent 24c0b39 commit 6a6fdde

File tree

1 file changed

+10
-0
lines changed
  • BasicPythonScripts/Text Extractor from PDF

1 file changed

+10
-0
lines changed

BasicPythonScripts/Text Extractor from PDF/Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
* The extracted text is added to the emptry string initialized
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

17+
## PDF FILE WITH TEXT
18+
![Image1](Screenshot%20(243).png)
19+
20+
21+
22+
## OUTPUT OF EXTRACTED TEXT SHOWN IN NEW TEXT FILE **extracted_text.txt**
23+
![Image2](Screenshot%20(242).png)
24+
25+
26+
1727
----------------------------------------------------------------------------------
1828
## PyPDF2:
1929
A Pure-Python library built as a PDF toolkit.

0 commit comments

Comments
 (0)