I haven't looked too far into this domain but I would imagine that it is not too difficult to do on a smallish scale.
On the actual form itself have some kind of scale and position marker in the top left and bottom right corners to give you orientation and scale of the scanned image. Then do some image analysis at predefined positions on the page. (of course you need to take into consideration the scale of the sheet and the orientation to make sure your offset vector is going in the right direction and distance per question.)
Comments
You probably have to roll your own version if you want it. http://answers.yahoo.com/question/index?qid=20090421184939AA...
I haven't looked too far into this domain but I would imagine that it is not too difficult to do on a smallish scale.
On the actual form itself have some kind of scale and position marker in the top left and bottom right corners to give you orientation and scale of the scanned image. Then do some image analysis at predefined positions on the page. (of course you need to take into consideration the scale of the sheet and the orientation to make sure your offset vector is going in the right direction and distance per question.)
edit: this may be what you are looking for:
http://www.cs.uwaterloo.ca/~a3seth/udai/OMRProj/
Thanks. This link looks useful.