Udayraj123 / OMRChecker

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

Added feature to export the evaluation summary table in csv format #229

Closed Drita-ai closed 3 weeks ago

Drita-ai commented 1 month ago

This PR implements the feature to export the evaluation summary table in csv format to the outputs folder.

Usage : Run the code with python3 main.py -i ./samples/sample4 and you'll see the csv files outputted inside outputs/Evaluation

Fixes #221

Drita-ai commented 1 month ago

Thank @Udayraj123 for the review and for pointing out the areas for improvement. I’ll make the necessary changes as you've suggested.

Drita-ai commented 1 month ago

Hey @Udayraj123, I've made the changes you've asked for. Please consider reviewing it.