Extract the date-sheet from pdf provided by IGNOU in a json file.
It requires PyMuPDF installed and working. Tested with version 1.14.8.
- For final date-sheet, run
python ftee_date_sheet.py filename.pdf output_filename
. - For tentative date-sheet, run
python ttee_date_sheet.py filename.pdf output_filename
.