8000 GitHub - alexemanuelol/PDFtoMP3: Simple application that converts a .pdf file to a .mp3 file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexemanuelol/PDFtoMP3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDFtoMP3

Converts a .pdf file to a .mp3 file. Basically identifies text within the .pdf file and using Text to Speech (TTS) library to export it into a .mp3 file.

Clone and setup

To clone the repository: $ git clone https://github.com/alexemanuelol/PDFtoMP3.git

Install the required packages:

$ cd pdftomp3
$ pip install -r requirements.txt

Basic Usage

$ py pdftomp3.py sample.pdf -f 1-3 5

Explanation: -f 1-3 5 : Ignore the text from pages 1 to 3 and 5.

About

Simple application that converts a .pdf file to a .mp3 file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0