mythrex / OMR-Scanner

This project uses open cv to evaluate OMR sheets. We are trying to make this system as reliable as possible.
49 stars 23 forks source link

OMR scanned by camera not working properly. #14

Closed mythrex closed 6 years ago

mythrex commented 6 years ago

image

Refer this pic for more details.

mythrex commented 6 years ago

Issue arised when module should throw an error.

mythrex commented 6 years ago

This issue was because of the following line

var e = req.params.e;
if (!e) {
  .......
}

if e = 0 then !e = false