This library takes in a LinkedIn Profile PDF and parses it into JSON.
I wasn't sure where to start, but I found linkedin-pdf-to-json written in JavaScript. I needed it in elixir. The project convinced me it was possible and gave me a map of where to start.
This project is not connected to, approved by, or endorsed by Linkedin
If available in Hex, the package can be installed
by adding linkedin_pdf_to_json
to your list of dependencies in mix.exs
:
def deps do
[
{:linkedin_pdf_to_json, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/linkedin_pdf_to_json.