ashutoshvarma / pyxpdf

Fast and memory-efficient Python PDF Parser based on xpdf sources
https://pyxpdf.readthedocs.io/
Other
40 stars 16 forks source link

wrong spelling of ownerpass in the example mentioned which leads to the error. #1

Closed prithvitewatia closed 4 years ago

prithvitewatia commented 4 years ago

Hi, I think you are making a spelling mistake of ownerpass in the example you provide in the documentation. I think that should be ownerpass just like userpass and not ownerpss. This leads to error TypeError: pdftotext() got an unexpected keyword argument 'ownerpss'.

ashutoshvarma commented 4 years ago

Thanks for finding typo