File size: 192 Bytes
982dac3
 
 
 
 
 
1
2
3
4
5
6
try:
    syllabus_text = read_pdf("syllabus.pdf")
    print("Syllabus Loaded Successfully!")
except Exception as e:
    syllabus_text = "Syllabus could not be loaded."
    print(f"Error: {e}")