Automates the process of manually marking attendance from screenshots!
- For a given set of screenshots of participants/attendees of a meeting with names of format :
<Last 3 digits of roll_no>_<Name>
- Extract the text from screenshots via an OCR (using pytesseract)
- Clean the obtained text
- duplicate removal
- unwanted/unapproved charector removal
- Mark attendees present/absent => 1/0 in the excel sheet (using openpyxl)