How to Open an Image in Python with PIL (Pillow) (OCR in Python 02.01)

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • If you enjoy this video, please subscribe.
    ✅Be my Patron: / wjbmattingly
    ✅PayPal: www.paypal.com...
    If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.
    If you liked this video, check out www.PythonHumanities.com, where I have Coding Exercises, Lessons, on-site Python shells where you can experiment with code, and a text version of the material discussed here.
    You can follow me at:
    / wjb_mattingly

Комментарии • 13

  • @python-programming
    @python-programming  3 года назад +7

    For this repo, see: github.com/wjbmattingly/ocr_python_textbook

  • @yhd0808
    @yhd0808 3 месяца назад

    Thank you so much for sharing this

  • @Champe19
    @Champe19 10 месяцев назад +2

    Need this updated for visual code studio. Atom is sunset.

    • @python-programming
      @python-programming  10 месяцев назад

      So sad about Atom. I really enjoyed that IDE. The code will still work, fortunately.

  • @Redstonedust-rc9nr
    @Redstonedust-rc9nr Год назад +1

    Thx these things or ocr stuff will save me

  • @aironium
    @aironium Год назад

    Can OCR handle giant images though?

  • @satyamraj17
    @satyamraj17 9 месяцев назад

    Are the files removed from the GitHub repo? I am not able to download the image files

  • @Abubakar-hu8wu
    @Abubakar-hu8wu 2 месяца назад

    which ide are used??

  • @facundotoneguzzo1463
    @facundotoneguzzo1463 Год назад +1

    Great video but I still have one question. Why do you use Pillow (store img) if most of those capabilities are on OpenCV too
    Thanks!

    • @ErtugrulSert
      @ErtugrulSert Год назад +1

      Because PIL is good for light tasks. Yes, both can do the same things but PIL is faster and lighter. You need to go from A to B and it is very close. Can you pick up your bicycle or truck? It is smt like this :))

    • @dog_backward
      @dog_backward 4 месяца назад

      Thanks for clearing confusion

  • @parthchoudhary0707
    @parthchoudhary0707 8 месяцев назад

    Better To Use OpenCV.

    • @dog_backward
      @dog_backward 4 месяца назад

      OpenCV image processing is slower than Pillow for simple images😊