Skip to content

I develop for those who don't want to read a pdf, in this code you can listion the pdf , even you can read a specific page from pddf and continue from the page to ending of pdf.

Notifications You must be signed in to change notification settings

daap143/pdf_to_speak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Speaker Program

The PDF Speaker Program is a Python script that allows you to interact with PDF files in different ways. It provides several options, including reading specific pages, navigating through pages, and breaking the program. This README will guide you through the features and how to use them effectively.

Features

  1. Show Index: Displays an index of the available options. While not always accurate, it provides a quick reference for the available functionalities.

  2. Read Specific Page: Allows you to read the content of a single specified page within the PDF.

  3. Start from Specific Page to Last Page: Reads the content starting from a specific page and continues reading until the last page of the PDF.

  4. Exit Program: Terminates the PDF Speaker Program.

Getting Started

  1. Clone or download the repository to your local machine.
$ git clone https://github.com/suryabisht00/pdf_to_speak.git
  1. Install the required Python dependencies.
$ cd pdf_to_speak
$ pip install -r requirements.txt

This program uses the following libraries:

  1. PyPDF2 for working with PDF files.

  2. Run the program:

$ python3 audiobook.py

Usage

Upon running the program, run the program

and then enter the file path enter path

you will be presented with the following options: main menu

  1. Show Index: Display a simple index of the available options.
  2. Read Specific Page: Enter the page number you want to read. The program will display the text content of that page.
  3. Start from Specific Page to Last Page: Enter the page number you want to start reading from. The program will read the content from that page to the last page.
  4. Exit Program: Terminate the program.

Follow the on-screen prompts and provide the required input when prompted.

Note

  • The accuracy of text extraction from PDFs may vary based on the quality and formatting of the PDF. Complex layouts may lead to less accurate text extraction.
  • The program uses the PyPDF2 library for reading PDFs. Be aware that certain PDF features may not be supported or extracted accurately.

Contributing

Contributions to this project are welcome! Feel free to fork the repository, make improvements, and submit a pull request.

License

This project is licensed under the MIT License.


Feel free to modify and expand this template according to your program's structure and additional details you want to include.

About

I develop for those who don't want to read a pdf, in this code you can listion the pdf , even you can read a specific page from pddf and continue from the page to ending of pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%