This is a python application which takes a pdf as input and gives the voice as the output by reading content in PDF.
We can also used to print pages and start from different pages by just small manipulations of code.
You can read documentation here:
https://pypi.org/project/pyttsx3/
https://pypi.org/project/PyPDF2/
- Download or clone the repository
- Install Required Libraries
pip install pyttsx3
pip install PyPDF2
- Run pdf_reader.py
- Program start reading your pdf as Output
Check out my Github profile ARYAN GULATI