How-to Read PDF Files Using Python pypdf/PyPDF2 [A Hands-on Tutorial Guide]

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 8

  • @tedwakefield1085
    @tedwakefield1085 14 днів тому

    thanks!

  • @yp4577
    @yp4577 Рік тому +2

    Thanks a lot! This helped me a great deal.
    I was wondering if there is a way to have python extract specific bits of information from a pdf (like only the name and id-number for example)

    • @SaikatSengupta
      @SaikatSengupta  Рік тому

      Yes, you can use regular expressions to do that.

  • @manuy.t8673
    @manuy.t8673 Рік тому

    Thanks a lot.! ❤ I have one scenario I need to change the text and cloud colour from red(rgb:255,0,0) to black(rgb:0,0,0) in pdf and save the pdf as separate file.?! Can we able to do that and can you guide us on that in python code?!

  • @ShakirAkbari
    @ShakirAkbari 4 місяці тому

    thanks this helped me

  • @steffenrbkhingelorentzcars3542
    @steffenrbkhingelorentzcars3542 7 місяців тому

    Hello
    thanks for the good video.
    but I am trying to solve a problem.
    as I am dyslexic and have several pages scanned into several pdf documents that I need to have ocr scanned and are scanned in crookedly.
    can you help with a payton script that can help with this.

  • @Mike_elGreco
    @Mike_elGreco 11 місяців тому

    When I try to import pypdf I am dealing with this error: from typing import ChainMap as ChainMapType
    ImportError: cannot import name 'ChainMap'. What can i do to solve it?

  • @waikitchong6035
    @waikitchong6035 Рік тому

    How to extract only the vocabulary from dictionary pdf file?