Nelsonkenneth / Online-PDF-to-Audio-converter-

A program that can read any PDF text file and convert it to an Audio file. In this Repository we have the main python program and sub programs like the function to read the PDF file and others
MIT License
1 stars 1 forks source link

Convert extracted text to audio #4

Open Nelsonkenneth opened 1 year ago

Nelsonkenneth commented 1 year ago

Now we need to convert the extracted text to audio. We can use the gTTS( Google Text-to-Speech) library to do that