You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is actually that the filter is an indirect object reference which isn't being resolved by pdfminer.six before checking if it is not a list (the decoding parameters aren't being resolved either). Solution is not as above but rather:
I think the same error/bug/problem like this one: euske/pdfminer#174 .
Solved it by changing
pdftypes.py
in this way (for pdfminer.six v20240706):I haven't done any extensive tests yet, so this might not work in all cases ...
The text was updated successfully, but these errors were encountered: