This Python script utilizes the pyttsx3 and PyPDF2 libraries to convert text from a PDF file to speech. It reads each page of the PDF and uses text-to-speech technology to provide an audible output.
- PDF Processing: Reads a PDF file and extracts text from each page.
- Text-to-Speech: Converts the extracted text to speech using pyttsx3.
- Customizable Settings: Adjust the voice, speech rate, and volume for a personalized experience.
Make sure you have Python installed on your system. You can download Python from python.org.