Skip to content

noorkhokhar99/Convert-PDF-File-Text-to-Audio-Speech-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Convert-PDF-File-Text-to-Audio-Speech-using-Python

Let us see how to read a PDF that is converting a textual PDF file into audio.

Packages Used:

pyttsx3: It is a Python library for Text to Speech. It has many functions which will help the machine to communicate with us. It will help the machine to speak to us

PyPDF2: It will help to the text from the PDF. A Pure-Python library built as a PDF toolkit. It is capable of extracting document information, splitting documents page by page, merging documents page by page etc.

Both these modules need to be installed

pip install pyttsx3

pip install PyPDF2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages