An automated PDF reader written in Python.
Code submitted by Sheshadri Vyas.
- Read a PDF file provided in the root directory of the script.
- Saves the page number so that the reader automatically starts reading from where it was left off.
- Install pyttsx3
pip install pyttsx3
- Install PyPDF2
pip install PyPDF2
- Add a PDF file in the directory of the Script. It will automatically detect the PDF, no need to make any changes in the code.