This project converts PDF documents into audio files, making it easier to listen to text-based content like books, research papers, or reports. It is designed to support accessibility, productivity, and learning on the go.
π Extracts text from PDF files.
ποΈ Converts extracted text into natural-sounding speech.
π Saves audio output as an MP3/WAV file.
π Supports multiple languages and voices (if using advanced TTS engines).
β‘ Lightweight and easy to use.
Python π
PyPDF2 / pdfplumber β For extracting text from PDFs
gTTS / pyttsx3 β For text-to-speech conversion
OS / File Handling β To save and manage audio outputs
Clone the repository
git clone https://github.com//pdf_audio_converter.git cd pdf_audio_converter
Install dependencies
pip install -r requirements.txt
Run the script
python pdf_to_audio.py input.pdf output.mp3
Listen to your PDF as audio! π§