Good evening, at first i would like to compliment with you for the excellent work you did with this library, we are gonna use it for a commercial purpose.
In my specific case, i need to extract data from raw text string and not from a pdf, so i'm wondering how to handle this:
query_data=ResumeParser(query).get_extracted_data()
Where query is not a filename but a string from which to extract the data (in particular, the skills).
Thank you in advance, hope we can solve it,
Giacomo Bocchese
Good evening, at first i would like to compliment with you for the excellent work you did with this library, we are gonna use it for a commercial purpose.
In my specific case, i need to extract data from raw text string and not from a pdf, so i'm wondering how to handle this:
query_data=ResumeParser(query).get_extracted_data()
Where query is not a filename but a string from which to extract the data (in particular, the skills).
Thank you in advance, hope we can solve it,
Giacomo Bocchese