Joe Biggins

Results 9 comments of Joe Biggins

The above text is close, but still not correct. I was able to replicate both issues with the respective versions mentioned. I spent some time investigating; I haven't discovered a...

created pull request for #3096; I commit changes for this there.

I ran your code. I wasn't able to generate a type error; however, there were KeyValueErrors. The key looks like it's "Stockholder Equity" not "Total..." Anyway, it would be useful...

I investigated this a bit. More information would be helpful to nail it down. What version of pdf2image are you use? And, what python version? I don't have an easily...

I see. I was curious about that filename. To me, that obviously makes sense why it would raise the PDFPageCountError. However, the error message, "No error", seems undesirable. For example,...

After looking into this, this message comes directly from pdfinfo binary; thus, it is dependent on the version of pdfinfo being used. For example, if you were using the pdfinfo...

It's probably related to the version of poppler you're using. Here's the discussion on a related issue. [https://gitlab.freedesktop.org/poppler/poppler/-/issues/1070](https://gitlab.freedesktop.org/poppler/poppler/-/issues/1070)

If you share the PDF causing the issue, I can take a deeper dive investigating.

This most likely not a bug. The error says it's most likely due to a circular import. This happens when the filename of the python program has the same name...