You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BasicPythonScripts/Text Extractor from PDF/Readme.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@
14
14
* The extracted text is added to the emptry string initialized
15
15
* 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
16
16
17
+
## PDF FILE WITH TEXT
18
+
.png)
19
+
20
+
21
+
22
+
## OUTPUT OF EXTRACTED TEXT SHOWN IN NEW TEXT FILE **extracted_text.txt**
0 commit comments