How To Convert Any PDF File Into An Audio Book Using Python

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • Hello All,
    My name is Pradip Rijal & Welcome to my CZcams Channel.
    Today in this Particular Video, I am going to Discuss about
    How To Convert Any PDF File Into An Audio Book Using Python.
    Please Subscribe My CZcams Channel & Don't Forget to Like and Share this Video!!!
    How To Convert Multiple Images Into A Single PDF Using Python
    • How To Convert Any PDF...
    How To Extract Text From Image In Python
    • How To Extract Text Fr...
    How To Convert Text To Speech In Python
    • How To Convert Text To...
    --------------------------------------------------
    Music Credit: NCS
    Track: Unknown Brain - Why Do I? (ft. Bri Tolani) [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Unknown Brain - Why Do...
    Free Download / Stream: ncs.io/WhyDoIYO
    --------------------------------------------------
    #pdftoaudio #pdftospeech #pradiprijal #python #pythonprojects #pradip #rijal #pythonprojectsforbegineers
    Topics Covered in this Video:
    how to convert pdf to audio in python
    how to convert pdf to speech using python
    how to convert pdf to voice
    how to convert any pdf file into audio book using python
    pdf to audio
    pdf to speech
    text to speech
    pdf to speech in python
    pdf to text in python
    convert text to speech in python
    make audio book from any pdf using python
    python script to convert any pdf into an audio file
    python small projects
    python projects for begineers
    python projects with pradip rijal
    python projects
    python projects in 2020

Komentáře • 33

  • @pushpendragoswami8447
    @pushpendragoswami8447 Před 3 lety

    Amazing bro, this is what I am searching

  • @hypercube5998
    @hypercube5998 Před 4 lety

    Awesome!

  • @XAAbhayDarade
    @XAAbhayDarade Před 4 lety

    great video

  • @mariospasvouris9257
    @mariospasvouris9257 Před 3 lety

    Can convert from any language or only from english? Thank you!

  • @MuhammadAli-gl6tm
    @MuhammadAli-gl6tm Před 3 lety

    You're genius

  • @raja55
    @raja55 Před 3 lety

    It shows an error
    Pageobj = pdf.getpage(page Num)
    Error
    unidentified variable pdf pylint(underfind-variable)
    Where iam is wrong pls tell me

  • @raja55
    @raja55 Před 3 lety

    Exception has occurred :gTTSError
    Failed to connect. Problem cause: unknown
    Final_output.save("Generated speech.mp3)
    Where I am in wrong pls tell me

  • @sobhansubhrajeetsahoo4098

    C:\Users\ASUS>pip install PyPDF2
    'pip' is not recognized as an internal or external command,
    operable program or batch file.
    what to do

  • @raja55
    @raja55 Před 3 lety

    Where I am in error pls tellme
    Exception has occurred:gTTSError
    500 (internal server Error) from TTS API.
    Probable cause: Upstream API error. Try again later.
    Line 17 final_output.save("Generated speech.mp3")
    Where I am in error pls tell me
    This pdf file above 500 pages
    So pls tell me

    • @rjsoftech
      @rjsoftech  Před 3 lety

      Can you give me more details?

  • @ramilajoshi2860
    @ramilajoshi2860 Před rokem

    How can I change language in hindi

  • @REAPEROFFICIAL12
    @REAPEROFFICIAL12 Před 3 lety

    AssertionError: No text to speak please solve

  • @srikalakm2642
    @srikalakm2642 Před 3 lety

    Assertion error : No text to speech while using gTTS

  • @raja55
    @raja55 Před 3 lety

    Exception has occurred: name error
    It shows an error
    Pageobj = pdf.getpage(page Num)
    Error un identified
    Where iam is wrong pls tell me

    • @rjsoftech
      @rjsoftech  Před 3 lety

      it is pageObj = pdf.getPage(pageNum) , Python is case sensitive language so watch video carefully

  • @Nyetritlowpixel
    @Nyetritlowpixel Před 3 lety

    Bro, how to change female voice to male voice? Pleasee...

  • @raja55
    @raja55 Před 3 lety

    'PdfFileReder' object has not attribute 'getpage'
    Pageobjtb = pdf.getpage(pageNum)
    Where I am in wong pls tell me

    • @rjsoftech
      @rjsoftech  Před 3 lety

      it is pdf.getPage(pageNum) , here 'P' is capital in getPage

    • @raja55
      @raja55 Před 3 lety

      @@rjsoftech ok thankyou

  • @prasaruchalise8501
    @prasaruchalise8501 Před 4 lety

    Great job

  • @hypercube5998
    @hypercube5998 Před 4 lety

    But I don't understand why it says gTTs undefined variable

  • @sape1425
    @sape1425 Před 4 lety

    how to slow the speed of speech

    • @rjsoftech
      @rjsoftech  Před 4 lety +1

      use slow = True like this -> gTTS(text=myText, lang='en', slow=True)

    • @sape1425
      @sape1425 Před 4 lety

      @@rjsoftech Thank You

  • @XAAbhayDarade
    @XAAbhayDarade Před 4 lety

    it shows an error
    mytext += pageobj.extactTexxt()
    AttributeError: 'PageObject' object has no attribute 'extactTexxt'
    where i am is wrong, can you solve my error