A Python program for extracting text from a PDF
PyPDF2 module of Python
- Install the required module (PyPDF2)
- Open the file pypdf.py in your Python text editor
Use the package manager pip to install the module
pip install PyPDF2
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.