Introduction to PyTesseract (OCR in Python Tutorials 02.03)

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

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

  • @gamedebug6101
    @gamedebug6101 9 месяцев назад +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.

    • @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 года назад +2

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

  • @DrBFromEarth
    @DrBFromEarth 8 месяцев назад +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.

  • @Pouya..
    @Pouya.. Год назад

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

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

    thank you so much for these videos!

  • @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 Год назад

    Can we use this for handwritten notes?

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

  • @ahmedmostafaismaelabdelmaq5277

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

  • @prajwalghimire5239
    @prajwalghimire5239 6 месяцев назад

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

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