Udayraj123 / OMRChecker

Evaluate OMR sheets fast and accurately using a scanner 🖨 or your phone 🤳.
MIT License
752 stars 311 forks source link

[Feature] Support for images in PDF format #117

Open Udayraj123 opened 1 year ago

Udayraj123 commented 1 year ago

Is your feature request related to a problem? Please describe. It appears that existing commercial products use PDF as the format for processing OMRs. Supporting this in OMRChecker will help with making it easy for adoption.

Describe the solution you'd like Use a popular pdf reading library to convert the pdf into jpg image and then forward that image to the existing solution. This can be implemented as a plugin as well (discussion needed). We can also support multi-page pdfs this way: tracked in a separate task: https://github.com/Udayraj123/OMRChecker/issues/145

Describe alternatives you've considered Currently we would need to use third party bulk converters to achieve this.

Additional context NA

codesleep-Beperfect commented 1 year ago

Hi, Can I solve this issue for JWOC?

Udayraj123 commented 1 year ago

Hi @codesleep-Beperfect , please refer to this comment

https://github.com/Udayraj123/OMRChecker/pull/123#issuecomment-1399426240

You may choose to build on top of that solution. I can assign it to you for now