Closed pkavumba closed 2 years ago
Would it be possible to share your PDF (even in a private message) to replicate the issue?
Thanks
Danilo
Sent a PM
I checked you case but I was not able to replicate the issue. Moreover, I do not see that code at line 400. Can you help me to find this problematic code?
I reinstalled the checker and the error didn't happen this time
I tried to check a paper with a page containing only an image without any text, and
aclpubcheck/formatchecker.py
throws an error. This error is caused by line 400,text = page.extract_text().split("\n")
, incheck_page_num
becausepage.extract_text()
returnsNone
when a page has no textual content.