You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: