TypeError: __init__() got an unexpected keyword argument 'strict'
问题 I am getting an error when trying to run my script. The purpose of my script is to split PDFs based on the bookmarks given to them and move them into specific folders. However I'm getting this error when trying to read the PDF. Traceback (most recent call last): File "I:\Harry\[Scripts]\013 - [Blackstone Changes]\3. Split Invoice & SuppDocs.py", line 280, in <module> split(path, filename) File "I:\Harry\[Scripts]\013 - [Blackstone Changes]\3. Split Invoice & SuppDocs.py", line 115, in split