how to detect checked box using python [closed]
I have the below PNG image and i am trying to identify which box is checked using Python.
I installed the OMR(optical mark recognition) package https://pypi.python.org/pypi/omr/0.0.7 but it wasn't any helpful and there wasn't any documentation about OMR. So I need to know if there is any API or useful package i can use with python. Here is my image:
This question seems to be very similar to the following: http://answers.opencv.org/question/56... , it should be possible to tranfer that solution to your problem. All of the used methods are wrapped for python as well.