geekypandey / ACTS-Automated-College-Timetable-Setter

Set college timetable for a week on google calendar,based on the timetable uploaded on the college website.
MIT License
1 stars 1 forks source link

Proper extraction of the table from pdf #1

Open geekypandey opened 4 years ago

geekypandey commented 4 years ago

Issue :

BREAK , LUNCH BREAK and the days where classes are for 2hrs(takes two rows) is not properly extracted.

issuepdf

issue

Proposed Solutions:

  1. For this particular case we could just find those cases and manually manage them through conditions. (Not so interesting but workable )
  2. Contributing in camelot-py library to accumulate this changes.( interesting)
geekypandey commented 4 years ago

made changes in python code while insertion.works. Need to check for better way.