/Answer_Card

Cram school's answer card and image recognition with Opencv

Primary LanguagePython

Answer_Card

The Answer Card Model & Check Test with OpenCV

from model import *

model = Model()
model.studentID()
model.testID()
model.quest(75 ,'ABCDEFGHIJ')
model.border()
model.save()

Read image (Black Enough)

image = cv2.imread('./test/test600-p2.png')
print(model.result(image))

Result :