how to detect checked box using python [closed]

asked 2015-03-21 05:59:52 -0600

TES76 gravatar image

updated 2020-10-26 03:52:43 -0600

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: image description

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-27 09:22:09.880153

Comments

1

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.

Guanta gravatar imageGuanta ( 2015-03-21 06:51:22 -0600 )edit