mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
10 lines
153 B
Markdown
10 lines
153 B
Markdown
|
# extract text from pdf
|
||
|
|
||
|
This simple script will extract text from pdf
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
- requires PyPDF2
|
||
|
- Use `pip3 install PyPDF2`
|
||
|
- Run `python script.py`
|