Introduction to PyTesseract (OCR in Python Tutorials 02.03)

Поделиться
HTML-код
  • Опубликовано: 8 апр 2021
  • If you enjoy this video, please subscribe.
    ✅Be my Patron: / wjbmattingly
    ✅PayPal: www.paypal.com/cgi-bin/webscr...
    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

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

  • @gauravsharma4931
    @gauravsharma4931 3 года назад +6

    Thank you so much. I’ve gone through a lot of videos but your presentation and explanation is way superior.

  • @gamedebug6101
    @gamedebug6101 2 месяца назад

    Your work is so underrated. Really thanks for helping us!❤

  • @yashnimavat1992
    @yashnimavat1992 3 года назад +5

    Thank you for the OCR series, Sir. Eagerly waiting for more OCR tutorials.

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

      I have one more NER video and then 6 OCR videos. Late May and early June will be all OCR

    • @yashnimavat1992
      @yashnimavat1992 3 года назад +1

      @@python-programming I'm excited about your new videos.

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

      Thanks!

  • @madsub237
    @madsub237 Год назад +2

    About a year late, but this series helped me execute my project idea, thanks a lot!

  • @carolinamoura9991
    @carolinamoura9991 2 года назад +2

    thank you so much for these videos!

  • @DrBFromEarth
    @DrBFromEarth Месяц назад

    You might be able to reduce error beyond 2% by eliminating extra pixels in the margins (like the one you suspected of causing the error). I imagine you could achieve that through a script that sums up pixel values in a single axis to detect text edges and clear everything outside the text part of the image. You may further improve it to even detect and clear artifacts in spacing between text lines, further lowering your margin for error.

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

    Thank you so much. I really looking forward to implementing OCR from scratch without Tesseract any suggestions will be appreciated

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

    Hi, great series. Helping me a lot.
    Is there a way to improve furthermore the result of OCR's? Any other method or something?
    Thanks.

    • @python-programming
      @python-programming  Год назад +1

      The next few videos show you some methods but really it is a case by case basis depending on the quality of the scan and language of the text.

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

      @@python-programming Thanks, I just finished watching all the playlist. I will definitely try this preprocessing stuff.
      Anyway, I have to OCR some numbers from a sensor's screen, I was wondering if there are other method to automatically read that numbers. Maybe some deep learning stuff or similar things. Any suggestions?
      Thanks again

  • @SuheylBey
    @SuheylBey 2 года назад +1

    Hello thank you for the video. Is there a way to get the image preprocessed by the tesseract algorithm? When running tesseract in cmd I can get it by setting tessedit_write_images = 1, but in python I couldn't find a way to get preprocessed image.

    • @python-programming
      @python-programming  2 года назад

      I am not sure. If you wanted to do it programmatically, have you considered subprocess?

  • @ahmedmostafaismaelabdelmaq5277

    Hi , i need OCR using template matching can you help me
    ?

  • @Abhisheksingh_102
    @Abhisheksingh_102 5 месяцев назад

    Can we use this for handwritten notes?

  • @farlig_kapybara
    @farlig_kapybara 7 месяцев назад

    hello, i have very limited knowledge on how to use the command line and how to add things to my directories in my terminal on mac; could you please assist me in trying to achieve this haha, i am having a very hard time trying to get tesseract to work on my mac

  • @hrithiklanghi6418
    @hrithiklanghi6418 2 года назад

    Hey please help in installation of tesseract in ubuntu20.04

    • @hrithiklanghi6418
      @hrithiklanghi6418 2 года назад

      If you could help me I promise you that I will be a patreon of your channel.

    • @python-programming
      @python-programming  2 года назад

      Sorry. I have never installed it on Ubuntu before, but here is a link linuxhint.com/install-tesseract-ocr-linux/