To read PDF file using Python install:
pip install pypdf2
To Read text (Text to speech) install:
pip install pyaudio
pip install pyttsx3
This code can read all the printable text from a PDF file/ Book
Convert any PDF into an audio book using 12 lines of Python
Repository from Github https://github.comsudhish-rithvik/Audio-Book
To read PDF file using Python install:
pip install pypdf2
To Read text (Text to speech) install:
pip install pyaudio
pip install pyttsx3
This code can read all the printable text from a PDF file/ Book
Convert any PDF into an audio book using 12 lines of Python