Hi,
I’m new to python and I’m trying to invoke this script, but i keep getting the “one or more errors occurred” error and I’m not sure what the problem is.
the code is:
from pyresparser import ResumeParser
data=ResumeParser(‘\path’).get_extracted_data()
I’m sure it’s probably the code itself but i just need someone to assist me with figuring out the issue.
Thank you in advance!