Description
The script converts PDF text into audio, using chunking for better segmentation. It uses PyPDF2 for PDF processing, pyttsx3 for text-to-speech, and pydub for audio manipulation. Users can choose WAV or MP3 output.
The script converts PDF text into audio, using chunking for better segmentation. It uses PyPDF2 for PDF processing, pyttsx3 for text-to-speech, and pydub for audio manipulation. Users can choose WAV or MP3 output.