Back Image to Text with Python - pytesseract ๐Ÿ’ฅ ๐Ÿ‘ 2022

3-5
Created By: AllTech
Published At: 2019-09-15
Search Query: Python Read Files
Tags: allTech image recognition machine learning image to text python tesseract pytesseract Artificial Intelligence programming how to howto tutorial image ML step ahead licence plate extrair texto de imagens how to install tesseract on windows Image to Text with Python image to text with python code How to Extract Text from Images with Python image to text tutorial image to text with python tutorial python ocr tutorial ocr python tutorial how to ocr python
Support this channel, become a member:
https://www.youtube.com/channel/UCBGENnRMZ3chHn_9gkcrFuA/join

๐Ÿ”ฅ Udemy Courses LOW COST Coupons/ Cupรตes Cursos Udemy BAIXO CUSTO ๐Ÿ”ฅ:
https://linktr.ee/AllTechProgramming

With Udemy Courses you get/ Com Cursos da Udemy vocรช terรก:
โ™พ๏ธ Full lifetime access/ Acesso Vitalรญcio Completo
๐Ÿ“ฑ๐Ÿ“บ Access on mobile and TV/ Acesso no celular e TV
๐Ÿ† Certificate of completion/ Certificado de Conclusรฃo

๐Ÿ‘จโ€๐ŸŽ“๐Ÿ‘ฉโ€๐ŸŽ“ Python ReportLab Course ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡บ๐Ÿ‡ธ: https://youtube.com/playlist?list=PLOGAj7tCqHx9DympgRPddSC9eZ0HkjE38

๐Ÿ‘จโ€๐ŸŽ“๐Ÿ‘ฉโ€๐ŸŽ“ Python ReportLab Curso ๐Ÿ‡ต๐Ÿ‡น ๐Ÿ‡ง๐Ÿ‡ท: https://youtube.com/playlist?list=PLOGAj7tCqHx_wBZaz9OLZKkrRf2x_Vsto

Here we will see how to install and use pytesseract to extract text from images.

โšก Help me know if you want more videos like this one by giving a ๐Ÿ‘ or a comment :) โšก
Don't forget to subscribe and activate the bell button! ๐Ÿ””

โฐTIMESTAMPSโฐ
0:00 Intro
0:10 Install pytesseract
0:28 Code to extract text from image
1:22 Solve tesseract error - download binaries
3:21 Solve tesseract error - add environment variable
4:16 Test with hand made text

๐Ÿ“š Some useful books from Mike Driscoll ๐Ÿ“š:

Jupyter Notebook 101: https://gumroad.com/a/635769971/rozo
Python 101: 2nd Edition: https://gumroad.com/a/635769971/ikdWt
Python 201: Intermediate Python: https://gumroad.com/a/635769971/aMtdh
Python 101 + Python 201: Intermediate Python: https://gumroad.com/a/635769971/KnQWc
Python 101 Book + Screencast: https://gumroad.com/a/635769971/kaKNo

wxPython Cookbook: https://gumroad.com/a/635769971/qdKKu
Creating GUI Applications with wxPython: https://gumroad.com/a/635769971/Eogsr

Pillow: Image Processing with Python: https://gumroad.com/a/635769971/LRAJQA

ReportLab: PDF Processing in Python: https://gumroad.com/a/635769971/bgQJY

Download source code at: https://drive.google.com/file/d/1vtZTzEvbnZ688xyI93W3eois4HqXFXiP/

pytesseract project: https://pypi.org/project/pytesseract/
Tesseract at UB Mannheim: https://github.com/UB-Mannheim/tesseract/wiki

Other videos:
Generate PDF with Python - Reportlab: https://youtu.be/ZDR7-iSuwkQ
Generate PDF with Python - Reportlab - Create Table: https://youtu.be/B3OCXBL4Hxs
Generate PDF with Python - Reportlab - Create Table - Part 2: https://youtu.be/r--iZCQbxzE
Generate PDF with Python - Reportlab - Create Charts: https://youtu.be/FcZ9wTGmMrw
Generate PDF with Python - Reportlab - Joker Cat Report demo: https://youtu.be/SDeOPyhO26M
Generate PDF with Python - Reportlab - Secret Services Survey - Preview: https://youtu.be/AviWgFXFTls
Generate PDF with Python - Reportlab - Secret Services Survey Demo: https://youtu.be/-7T1UitpBsw
Generate PDF with Python - Reportlab - World Today Magazine Demo: https://youtu.be/vRESihL7S8M

Run Python Script from Excel VBA: https://youtu.be/Z4SC53VZh-w
Run Python Script from Excel VBA - Part 2: https://youtu.be/4Z9via5_q9k
Run Python Script from Excel VBA - Part 3.1: https://youtu.be/PoEnWr6c1cM
Run Python Script from Excel VBA - Part 3.2: https://youtu.be/Tkk0aedRyU4

Basic Python KeyLogger: https://youtu.be/AS4PnrWv-f4
Convert .py into .exe: https://youtu.be/CftCQYNb7B4
Speech to Text with Python: https://youtu.be/If2HJ23zP2U
Weather Forecast with Python: https://youtu.be/O9G4vBsiV40
Search Movie with Python - IMDbPY: https://youtu.be/vzOdCPV7zvs
Generate and Read QR Code with Python: https://youtu.be/2QK942FPCw0
Run JavaScript from Python: https://youtu.be/ByjpBvpPp8Q
Run Python in Browser - Brython: https://youtu.be/dFNXwq5kmNk
Hide Text in Image with Python - Stegano: https://youtu.be/IhXbJfLCst0
HTML to PDF with Python: https://youtu.be/m3u3oLgDcJI
Web Scraping with Python - BeautifulSoup: https://youtu.be/Jnn2kIqPH7o
Generate Excel with Python - OpenPyXL: https://youtu.be/KNdqnIpl2UE
Translate Text with Python - googletrans: https://youtu.be/yRFkI8miPHA
Convert Python 2 to Python 3 Code - 2to3: https://youtu.be/t0v4F396_nc
Face Detection with Python - OpenCV: https://youtu.be/FeUAmWZ7Clw
Run Python Script in LibreOffice: https://youtu.be/3Ef_ordyWQs
Generate Excel with Python - xlwings: https://youtu.be/sGvMLmLOH5g
RESTful Web Service - Hello World - Java Spring: https://youtu.be/RXkLlq8YxeM

Playlists:
Python Pandas: https://www.youtube.com/playlist?list=PLOGAj7tCqHx_c5uWrZX4ykdujODcqczmQ
Python and SQL Server: https://www.youtube.com/playlist?list=PLOGAj7tCqHx9Add6MWzl_5Wbix9V1OjSx
Numpy Exercises: https://www.youtube.com/playlist?list=PLOGAj7tCqHx9eQjST2RV-_Py3EJHqRq0C
ASP.NET Web API C#: https://www.youtube.com/playlist?list=PLOGAj7tCqHx9n-_d3YKwLJr-uHkmKZyih

Follow me on Facebook
https://www.facebook.com/AllTech-1089946481026048/

Or Twitter
https://twitter.com/alltech34460651

#Python #MachineLearning #ImageRecognition #Tesseract #Pytesseract #AllTech #programming
logo Ask VidTutorAssistant
Comment
or
Question
Your name
Comments with generated responses
@vaanpandian3796
2020-11-14

When i try to install pytesseract it says ''pip' is not recognized as an internal or external command,

operable program or batch file.'.Please help me.

@AllTechPage

hello Vaan, you must add python to system environment variables for it to work! ๐Ÿ˜ƒ

VidTutorAssistant (GPT-4)

Hi @vaanpandian3796, it sounds like pip might not be installed on your system, or if it is installed, it's not recognized because it's not added to your system's path. This is why you're seeing the 'pip' is not recognized error.

Here's how you can solve this:

1. Check if you have Python installed by opening your command prompt (Windows) or terminal (Mac/Linux), and type `python --version`. If Python is properly installed, you should see your Python version displayed.
2. If you see output similar to 'Python 3.x.x', then Python is installed on your system. Now, to check if pip is installed, in the same terminal, type `pip --version`. If pip is installed, you should see its version displayed.
3. If 'pip' is not recognized, it might not be added to your system's Path. You'd need to add it to your environment variables. Refer to this guide on how to do so: [Add Python to the Windows Path](https://geek-university.com/python/add-python-to-the-windows-path/)
4. Once you have verified the installation of Python and pip, you can install pytesseract by typing: `pip install pytesseract` in your terminal.

Let me know if you need further assistance!


@codewithabdulatif3444
2021-03-05

Very very good, thanks

@AllTechPage

you're welcome!! also i have another option, with easy OCR: https://youtu.be/MIaIM6CLViQ

VidTutorAssistant (GPT-4)

Thank you for your encouraging words, @codewithabdulatif3444! If you liked our content about Python programming and pytesseract module, please stay tuned for future videos. Remember, your likes and shares help us continue sharing this kind of tutorial. Don't hesitate to drop us a comment if you have a particular topic you would like us to cover. Happy coding!


@gentworm2377
2021-02-12

Exactly what I was looking for thank you

@AllTechPage

you're very welcome โ˜บ๏ธโ˜บ๏ธโ˜บ๏ธ๐Ÿ™Œ
i will publish this Sunday a video with another option!!!
Meanwhile you can see this: Python cool tutorials: https://www.youtube.com/playlist?list=PLOGAj7tCqHx8UnbicOV7iI-ogWeMmkqyu ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

thank youuu for watching ๐Ÿ™Œ

VidTutorAssistant (GPT-4)

You're welcome @gentworm2377! I'm glad to know this video was useful for you. If you have any further questions or need clarification on any aspect of this process, don't hesitate to ask. Keep exploring Python and happy programming!


@muhammadnoval8787
2021-07-28

py : The term 'py' is not recognized as the name of a cmdlet, function, script file, or

operable program. Check the spelling of the name, or if a path was included, verify that the

path is correct and try again.

At line:1 char:1

+ py .\imageToText.py

+ ~~

+ CategoryInfo : ObjectNotFound: (py:String) [], CommandNotFoundException

+ FullyQualifiedErrorId : CommandNotFoundException

what can i do with this error? it showing in terminal

@AllTechPage

instead of "py" write "python". maybe you don't have the alias "py".

VidTutorAssistant (GPT-4)

Hi @muhammadnoval8787, thanks for reaching out. The error you're seeing likely means that Python isn't added to your PATH. This is why it cannot recognize 'py' as a command. To fix this, you need to add Python to your system PATH. If you're using Windows, you can do this through your System Properties > Advanced Tab > Environment Variables and add the Python directory to your system Path. If your system does not recognize 'py' try using 'python' or 'python3', depending on your installation. For instance, your command would be `python ./imageToText.py` or `python3 ./imageToText.py`. If the issue persists, try reinstalling Python and ensure that you've checked the option saying "Add Python to PATH" during the setup process. Let me know if this solves your problem!