isaacmast / linkedin-pdf-to-json

JavaScript recursive descent parser Node.js command line tool for storing extracted text from LinkedIn profile PDFs in JSON format.
MIT License
35 stars 23 forks source link

fix: the main function hasn't been added to module.exports #4

Closed isaacmast closed 8 years ago

isaacmast commented 8 years ago

It seems that the linkedinPdfToJson function was previously set equal to module.exports, but has since been commented out and therefore can't be imported into other modules.

isaacmast commented 8 years ago

COMPLETED

See commit 4c54d46.