read any audio book using 12 lines of python
To read PDF file using Python
pip install pypdf2
To Read text (Text to speech)
pip install pyaudio
pip install pyttsx3
This code can read all the printable text from a PDF file/ Book
For other languages refer these links and modify the code accordingly https://cloud.google.com/speech-to-text/docs/languages https://hashedin.com/blog/how-to-convert-different-language-audio-to-text-using-python/