PDF-to-Audio-file-converter

PDF to Audio Converter

image

Convert PDF text to audio effortlessly!

Overview

The PDF to Audio Converter is a web application built with Flask that allows users to convert text content from PDF files into audio format. Whether you’re on the go or prefer listening over reading, this tool makes it easy to turn PDF documents into audio files for convenient listening.

Features

Usage

  1. Upload your PDF file.
  2. Choose scanning options (if desired).
  3. Click the “Convert to Audio” button.
  4. Download your audio file and enjoy listening!

Getting Started

To run the PDF to Audio Converter locally:

  1. Clone this repository.
  2. Open your terminal.
  3. Install the required dependencies pip install pyttsx3 PyPDF2 flask.
  4. Go to the path where the main.py file is located.
  5. Run the Flask application python app.py.
  6. Access the application in your web browser http://localhost:5000 (by default).

Technologies Used

License

This project is licensed under the MIT License.

Contributing