Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 556 Bytes

File metadata and controls

21 lines (16 loc) · 556 Bytes

Python-PDF-reader

A Python program for extracting text from a PDF

Technologies Used

PyPDF2 module of Python

How to use?

  1. Install the required module (PyPDF2)
  2. Open the file pypdf.py in your Python text editor

Installation of modules

Use the package manager pip to install the module

pip install PyPDF2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT