Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 318 Bytes

LinkedIn-Resume-To-JSON

parse LinkedIn pdf profiles with python and pdfminer.

This program outputs json arrays for all the segmants in the resume.
Input pdf file path should be given as the argumant for the following function in the first cell.
fp = open('./profile.pdf', 'rb')