Skip to content

Commit bdd5df2

Browse files
committed
add extracting text from pdf tutorial
1 parent 8674489 commit bdd5df2

File tree

6 files changed

+2166
-0
lines changed

6 files changed

+2166
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
168168
- [How to Sign PDF Files in Python](https://www.thepythoncode.com/article/sign-pdf-files-in-python). ([code](handling-pdf-files/pdf-signer))
169169
- [How to Extract PDF Metadata in Python](https://www.thepythoncode.com/article/extract-pdf-metadata-in-python). ([code](handling-pdf-files/extract-pdf-metadata))
170170
- [How to Split PDF Files in Python](https://www.thepythoncode.com/article/split-pdf-files-in-python). ([code](handling-pdf-files/split-pdf))
171+
- [How to Extract Text from PDF in Python](https://www.thepythoncode.com/article/extract-text-from-pdf-in-python). ([code](handling-pdf-files/extract-text-from-pdf))
171172

172173
- ### [Python for Multimedia](https://www.thepythoncode.com/topic/python-for-multimedia)
173174
- [How to Make a Screen Recorder in Python](https://www.thepythoncode.com/article/make-screen-recorder-python). ([code](general/screen-recorder))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# [How to Extract Text from PDF in Python](https://www.thepythoncode.com/article/extract-text-from-pdf-in-python)
2+
To run this:
3+
- `pip3 install -r requirements.txt`
4+
- `python extract_text_from_pdf.py --help`

0 commit comments

Comments
 (0)