Clear Filters
Clear Filters

Need a suggestion with Multiple Choice question (Crossed answer)

3 views (last 30 days)
I need a suggestion about my project,i have to create an program that can read the crossed choice paper and grading the student according to the point they got in the question.
  • So how should i approach this ?
when i'm using ocr all the text are gone.
Here is the example, I can manipulate this all i want as long as it's a Cross choice like the q1-5 and have more than 50 question
By the way, Sorry for bad english.
  1 Comment
Rik
Rik on 12 May 2017
I wouldn't go the OCR route, but instead try to find on which letter there is more black than usual. The built in OCR from Matlab is terrible and it can be quite complicated to get an external method to work. Counting pixels on the other hand is easy to implement.

Sign in to comment.

Answers (1)

MathReallyWorks
MathReallyWorks on 14 May 2017
Edited: MathReallyWorks on 14 May 2017
Hello dear,
Your problem seems to be similar to this: Evaluation of OMR type answer scripts
Check out the approach in this program.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!