-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I am trying to use your parser, but I am running into error #3
Comments
@wsuphappyhour hi! try to remove |
@wsuphappyhour it's not a error, it's just a warning, so ignore it. The null output needs investigations. Sorry, but currently I have no time for this. I would thank you if you investigate the issue and make a PR |
Ok, thanks |
i meet with the same error, and find that the reason is 'download from linkedin.com response the http status 999', so error is null. sorry for my poor english.
|
@wsuphappyhour so, just comment out or delete profiles in src/dictionary.js
|
@cekimy Great that works, thank you so much! |
How will i parse pdf resume |
@rahul177 make sure you match the requirements for extracting pdf |
@rahul177 have you had success with pdf parsing? |
No @likerRr |
I want results in xml format not in json format. Can you help me for the same ? |
@rahul177 I haven't tried it. Read the docs and try to follow them, thanks |
@likerRr Success with pdf parsing. Steps: |
@rahul177 glad to hear that! |
@likerRr I have one question : Thanks |
How we will edit the dictionary.js for getting first name and last name ? |
Just split fullname into parts, like:
|
tnx @rahul177 pdf #extractor how you did that one |
Hi, I am trying to use your parser, but I am running into error. Maybe you have an idea how to fix it?
HR manager:
Parse Boy:
(node:10520) DeprecationWarning: util.print is deprecated. Use console.log instead.
{ Error: textract does not currently extract files of type [[ application/octet-stream ]]
at extract (I:\tools\code4goal-resume-parser\node_modules\textract\lib\extract.js:86:19)
at I:\tools\code4goal-resume-parser\node_modules\textract\lib\index.js:9:7
at FSReqWrap.cb [as oncomplete] (fs.js:257:19) typeNotFound: true }
null
Thanks!
The text was updated successfully, but these errors were encountered: