python-scripts/scripts/extract_text_from_pdf/README.md

10 lines
153 B
Markdown
Raw Normal View History

2022-10-02 17:16:10 +00:00
# extract text from pdf
This simple script will extract text from pdf
## Usage
- requires PyPDF2
- Use `pip3 install PyPDF2`
- Run `python script.py`