I have an application that I want to create. We have wall schedules that are divided into small rectangles using black lines on a white background. Magnetic name tags are placed in a specific section to indicate that this person should work in this cell. This system works very well for communication between people, but I would like to automatically automate the storage of this schedule information in the database automatically.
I will introduce a system in which the camera is set to the locked position, focusing on the schedule board. Periodically, the camera takes a picture of the board. I want to write code to decrypt name tags in which area. This will require some character recognition or character recognition. Each name tag has large numbers that I will use to identify the person whose name tag is.
Naturally, I go to Python to solve a new programming problem. I found this post -> python image recognition , which looks like a good place to run (with PIL and numpy).
Do you know a good way to do this?
Update: I tried SimpleCV, and so far it looks good.
source share