OmkarPathak / pyresparser

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

using pyresparser by providing string to ResumeParser() #45

Closed samacker77 closed 3 years ago

samacker77 commented 3 years ago

I am using this library to parse job descriptions as they come in email bodies in the form of text. But the ResumeParser() api only allows pdf or doc(x). Can someone suggest how to parse a python string using this?

OmkarPathak commented 3 years ago

@samacker77 this request has been in my bucket for a long. I Will try to make it a priority. Thanks

TheNLPGuy commented 3 years ago

@OmkarPathak I wanted to check-in, was this fixed? We were hoping to try passing strings as inputs instead of pdf/docs

DhavalThkkar commented 2 years ago

Waiting for an update on the same