OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
773 stars 394 forks source link

__init__() got an unexpected keyword argument 'codec' #39

Closed Kryotasin closed 3 years ago

Kryotasin commented 3 years ago

I recently installed pyreparser and ran the code like so:

from pyresparser import ResumeParser
data = ResumeParser('r.pdf').get_extracted_data()

I keep getting the following error. I think it's a pdfminer error but not sure how to fix it inside pyreparser. image

OmkarPathak commented 3 years ago

Hey @Kryotasin did you try this: https://github.com/pdfminer/pdfminer.six/issues/232

Kryotasin commented 3 years ago

Hey @Kryotasin did you try this: pdfminer/pdfminer.six#232

Yes. Thanks. Sorry about the duplicate issue.