linkedin-pdf-resume-parser
linkedin-pdf-resume-parser copied to clipboard
CV Parser 2020 Issue
It seems linkedin has changed their CV structure. Using this library, i get the following errors
Notice: Undefined offset: 0 in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 423
Notice: Undefined index: summary in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 423
Notice: Undefined index: title in C:\xampp\htdocs\parse-linkedin-text\src\Parser.php on line 431
Fatal error: Uncaught TypeError: Argument 1 passed to LinkedInResumeParser\Parser::parseRoleParts() must be of the type string, null given,
Can you please assist?