From 116cbae56f8412802094ebf8b2f162001470c7fb Mon Sep 17 00:00:00 2001 From: Udayraj Deshmukh Date: Sat, 1 Oct 2022 10:07:34 +0530 Subject: [PATCH] Add OMRChecker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OMRChecker helps to grade exams fast and accurately using a scanner 🖨 or your phone 🤳. Learn image processing with Python and OpenCV while contributing to one of the most popular repositories related to OMR topic on github. --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 16eec77..c7d20ae 100644 --- a/data.json +++ b/data.json @@ -2094,6 +2094,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "OMRChecker", + "link": "https://github.com/Udayraj123/OMRChecker", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "OMRChecker helps to grade exams fast and accurately using a scanner 🖨 or your phone 🤳. Learn image processing with Python and OpenCV while contributing to one of the most popular repositories related to OMR topic on github." } ] }