Introduction to PyTesseract (OCR in Python Tutorials 02.03)

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 25

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

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

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

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

  • @yashnimavat1992
    @yashnimavat1992 3 роки тому +5

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

  • @madsub237
    @madsub237 2 роки тому +2

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

  • @DrBFromEarth
    @DrBFromEarth 7 місяців тому +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.

  • @carolinamoura9991
    @carolinamoura9991 3 роки тому +2

    thank you so much for these videos!

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

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

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

    Can we use this for handwritten notes?

  • @prajwalghimire5239
    @prajwalghimire5239 5 місяців тому

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

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

  • @miku..002
    @miku..002 Рік тому

    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

  • @skoomaaddict8213
    @skoomaaddict8213 2 роки тому +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  2 роки тому +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 2 роки тому

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

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