How to Install the Libraries (OCR in Python Tutorials 01.02)

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

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

  • @jenmuller7684
    @jenmuller7684 2 года назад +4

    OMG you're making me realize how perfunctory Adobe is for 508 compliance and I love it! How anyone was expected to make documents 508 compliant with out Python suddenly seems beyond me. Thank you for this course!

  • @Cudavd
    @Cudavd 23 дня назад +1

    Tesseract for Mac Users:
    You must have install homebrew installed
    Tesseract:
    - Open the terminal and write: "brew install tesseract"
    pytesseract:
    - Open the terminal and write: "pip3 install pytesseract"

  • @javeriairfan5608
    @javeriairfan5608 11 месяцев назад +2

    All I want to say to you is THANK YOU ☺

  • @OrianaVerity
    @OrianaVerity Год назад +6

    8:57 Command did not work, Troubleshooting
    Windows 11 user
    Restart your computer. Sometimes you need to restart your computer for PATH changes to update in the system. I had to restart my computer for the "tesseract --version" command to work.

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

    Tryed to include OpenCV and Tesseract OCR for Qt project as static lib, it was pain in my ass, in python it much easier

  • @robin9896
    @robin9896 2 года назад +4

    Great Series, i would like to OCR process mechanical engineering drawings. I would love to see an video on this. What do you think?

  • @MuhammadIshaq-mm9qw
    @MuhammadIshaq-mm9qw 10 месяцев назад +1

    Thanks your sir for your services

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

    Thanks dawg!

  • @keithroberts1401
    @keithroberts1401 Год назад +3

    My tesseract --version was not working, but it worked after I restarted my computer, in case if you run into the same issue.

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

      Thank You, i had the same problem after restart it worked.

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

    when I click on environment variables, two lists appear. User variables and system variables. in the first list, in user variables, in editing variables in Path, not as many lines appear as in your case. only windows apps and pycharm community edition. in another tutorial the instruction was in system variables. now I'm in doubt if I proceed in system variables or user variables as you demonstrated since the configuration differs from yours.

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

    Hey, thanks a ton for making this useful content. We are trying to read nutrition labels from food containers and then classify the food into categories based on protein, carbs, fat, etc and help with education. Do you have any tips for that or could you make a video. This is for a middle school project and we are new to python so any help will be great.

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

      Hey we have a hackathon coming up we are trying to implement something regarding reading the ingredients part from the food containers and trying to give the summary about it please share me your github repo of the project if it is okay with you

  • @reasonsproduction
    @reasonsproduction 10 месяцев назад

    Do you have any thoughts about OCRmyPDF?
    Great work, by the way.

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

    If by any chance you still check the comments, I can't find how to download tesseract on Ubuntu 22.04.2, the Illinois libray only mentions Windows and Mac. I'd be really grateful if you could help me out

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

      I have not tested Tesseract on Ubuntu locally, but I have used an Ubuntu cloud-based environment and it worked for me. The docs have an Ubuntu section: tesseract-ocr.github.io/tessdoc/Installation.html

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

      @@python-programming thanks so much for answering! I eventually found the same site and it also worked for me. I'm currently going through the rest of your series

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

      @@koalanefelibato4365 Awesome! So happy to hear it!

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

    thanks so much for the video, just wanted to clarify a thing, the current version is 5.3.3, so can I still follow the same steps with that version? or will I face issues with it? Also should I check all the additional scripts and languages during the installation of tesseract?
    could you assist me with this, please

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

    thx u so muchhhhh

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

    'pip' is not recognized as an internal or external command, operable program or batch file(Help please)

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

      Looks like u using windows, for this enter in cmd "py -m pip install" or u dont have install python on your windows

    • @Cudavd
      @Cudavd 23 дня назад

      You need to use pip3 if the issue stills appearing

  • @3dge7
    @3dge7 Год назад +1

    If after everything it still doesn't work from this video. RESTART your PC!!! Fixed it for me

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

    Does this works with other languages?

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

    Hey there! Can you create a program for extracting Pan number from Pan Card?

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

    Thank you for this. it has really helped me alot.
    i have been able to install pillow and open cv successfully, i have issue with tesseract. after successfully installing it and adding it to my path, my command line keeps showing me this message - " 'tesseract' is not recognized as an internal or external command,
    operable program or batch file."
    uninstalled and re-installed several times, still getting same response.
    i would appreciate some help here. thank you

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

      Thanks! What OS are you using?

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

      @@python-programming windows 10

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

      @@python-programming I was able to install pytesseract successfully as well. Left with tesseract

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

      Funny enough, I just checked few seconds ago using 'tesseract --version, it was successful. v4. 0.0.20190314.
      Thank you. I am ready to go through your teachings and get well grounded.
      Thank you for all you do. I appreciate you

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

      @@rxzepet5997 no problem! Thanks!

  • @KaranGupta-kv6wq
    @KaranGupta-kv6wq 10 месяцев назад +1

    how to install tesseract for Mac m1??

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

      I will do a video on this but the best way is via brew.

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

    wheres the part where he explains how t download tesseract on mac?

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

      He doesn’t go as in-depth but it’s actually easier on macOS. You use a package manager like homebrew and run ‘brew install tesseract’ into your terminal. Installing pytesseract with pip is the same.