Lesson 1 of 1
In Progress
MC202601: Python Meeting 12: Easy OCR to read images
Python Meeting Replay
Python Meeting PDF
Sources
During the live session we will get our python program to read the following example image:
Program (change extension to .py)
During the python session, we will run the following program. You will need to change the extension of the python program to .py.
You will also want to run the requirements: … the requirements file should not be renamed .py, leave it as .txt.
Clone the project from GitHub
If you would like to get the project from github, clone from the following link – based on the instructions below: https://github.com/300Academy/PYTHON_MEETING_12.git
GitHub instructions
Responses