What can recognise handwritten check marks and notes on a survey questionnaire? [closed]

asked 2019-12-30 04:08:36 -0600

bytix gravatar image

I have some questionnaires that are manually filled. Its couple of multiple choice questions & one of the MCQ has a comment section.

People have just scratched (big & small ticks, crossing, underlining, circling - nothing uniform to look for) the response.

I now want to digitize the data, but I am aware of the limitations. So, I am attempting to do what I can. I am thinking for check marks, I just define an area around the choice for MCQ and any form of marking will be considered by comparing it to a blank/unresponded questionnaire. In the same way, identify the written portion for comments and clip it. In the end, get the clipped portion in a webform that a human was just transcribe.

On googling, I find opencv might help me - mine is very messy. But could not find any sample project to figure if it works. I am just starting with exploring the options in opencv. I am just seeing openCV for the first time.

Any tips or suggestions or guidance to speed up my process. Will opencv be able to do what need?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-15 11:24:38.293379

Comments

Depending on pen or pencil.

supra56 gravatar imagesupra56 ( 2019-12-30 04:37:20 -0600 )edit

its all pen. Blue & black.

bytix gravatar imagebytix ( 2019-12-30 07:24:51 -0600 )edit

When the blue and black colour becomes white.

supra56 gravatar imagesupra56 ( 2019-12-30 08:51:56 -0600 )edit

how does blue & black become white?

bytix gravatar imagebytix ( 2019-12-30 09:32:28 -0600 )edit

basic "classification" problem. look for examples that classify the MNIST dataset. the same approaches (traditional ML, deep learning) will work for your problem. tensorflow might be of interest to you.

crackwitz gravatar imagecrackwitz ( 2019-12-31 02:01:04 -0600 )edit