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

preview_player
Показать описание
If you enjoy this video, please subscribe.

UB Mainheim:

Installation Guides:

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.

You can follow me at:
Рекомендации по теме
Комментарии
Автор

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!

jenmuller
Автор

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"

Cudavd
Автор

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.

wneqtqo
Автор

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

Spectre
Автор

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

robin
Автор

All I want to say to you is THANK YOU ☺

javeriairfan
Автор

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

keithroberts
Автор

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.

gabrielm
Автор

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

koalanefelibato
Автор

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

MohammedSaimQuadri
Автор

Do you have any thoughts about OCRmyPDF?

Great work, by the way.

reasonsproduction
Автор

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.

rajbansal
Автор

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

samrajput
Автор

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

lakshikaseksaria
Автор

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

dge
Автор

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

mainjit
Автор

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

rxzepet