Simple tool to extract data from resumes.
- Node.js
- Libreoffice
- Python 2.7/3.*
First clone the repository and install all dependency
git clone https://github.com/RobyFerro/ResumeParser.js.git
npm install
After that you've just to go inside install folder and run (depending on your linux distro) one of two script that you will find there.
node src/parser.js -d <RESUMES-DIRECTORY> -eD <EXPORT-RESULT-DIR>
Specific source directory. Use this option to parse multiple resumes.
Used to parse single resume
Specific an output directory. Every results will be placed here.
Option available only with -f/--file option. Used to specific an output file name.
Show verbose information
ResumeParser.js includes an express web server that allow you to parse a single resume just calling an HTTP service. To start web server just run this command in root directory:
npm start
Send a resume in this route. Return a JSON object which contains every information about it.