acl-org / aclpubcheck

Tools for checking ACL paper submissions
MIT License
598 stars 47 forks source link

Getting image bleed errors on every page, most of which do not contain images #51

Closed jakpra closed 1 year ago

jakpra commented 1 year ago

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.

crux82 commented 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

jakpra commented 1 year ago

Colab solves it, but I can't confirm or deny that the source of the error is the same as in #50.

crux82 commented 1 year ago

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