Introduction to PyTesseract (OCR in Python Tutorials 02.03)

Поділитися
Вставка
  • Опубліковано 19 вер 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

КОМЕНТАРІ • 25

  • @gauravsharma4931
    @gauravsharma4931 3 роки тому +7

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

  • @gamedebug6101
    @gamedebug6101 5 місяців тому +1

    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.

  • @DrBFromEarth
    @DrBFromEarth 5 місяців тому +1

    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.

  • @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!

  • @Pouya..
    @Pouya.. 8 місяців тому

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

  • @prajwalghimire5239
    @prajwalghimire5239 2 місяці тому

    how to custom train tesseract 5.4.0 pr 5.4.1 for nepali script??

  • @miku..002
    @miku..002 11 місяців тому

    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

  • @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?

  • @Abhisheksingh_102
    @Abhisheksingh_102 8 місяців тому

    Can we use this for handwritten notes?

  • @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

  • @ahmedmostafaismaelabdelmaq5277

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

  • @hrithiklanghi6418
    @hrithiklanghi6418 3 роки тому

    Hey please help in installation of tesseract in ubuntu20.04

    • @hrithiklanghi6418
      @hrithiklanghi6418 3 роки тому

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

    • @python-programming
      @python-programming  3 роки тому

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