Closed jakpra closed 1 year ago
Are you experiencing the same problem using the online version?
https://colab.research.google.com/drive/1Sq6ilmrFUQpUFMkV71U8-Wf0madW-Uer?usp=sharing
I think this problem is related to #50 Is it correct?
Bests
Danilo
Colab solves it, but I can't confirm or deny that the source of the error is the same as in #50.
Since Colab downloads and runs the version from this GitHub repository, I can assume the problem is due to your environment.
If you agree, I would ask you to close this issue.
Bests
Danilo
It's also excessive amounts of errors, possibly one for every line in the PDF.
This might have to do with some unqualified except statements in lines 215 and 269 of formatchecker.py. There are also some improperly indented lines in those try-except blocks, but simply fixing the indentation does not solve the issue.