OmkarPathak / pyresparser

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

API Support for raw text input (in memory) instead of PDF/Word Doc file path #17

Open karrtikiyer opened 4 years ago

karrtikiyer commented 4 years ago

Can you please support providing an API to parse the resume that takes raw text (string or stream) as input instead of a file like doc or PDF on hard disk?

OmkarPathak commented 4 years ago

@karrtikiyer I have been thinking about the same. I will surely add support for this in next release

karrtikiyer commented 4 years ago

@OmkarPathak : Thanks for quick response, are you open for pull requests?

OmkarPathak commented 4 years ago

@karrtikiyer yes definitely. Would love more contributors