Coder Social home page Coder Social logo

resume-parser-cli's Introduction

Resume Parser CLI

A simple Node.js CLI for parse a resume.

Getting started

npm install -g resume-parser-cli

Usage

rparse -f <file> <option>

Options

rparse -f <filename> <option>
     -V, --version         output the version number
     -f, --file [value]    REQUIRED: Add file to parse.
     --export-dir [value]  Select output dir for exported results.
     -t, --text            Get document text
     -i, --images          Find faces inside document
     -p, --pdf             Convert document in pdf
     -c, --clear           Clear result directory
     -j, --json            Export result as JSON
     -s, --show            Show progress in console
     -h, --help            output usage information

In case of error

If you throw some problem during the installation make sure to grant the right permission in node with this commands

npm config set user 0
npm config set unsafe-perm true

Requirements

  • Node 10.04.*
  • Libreoffice

Linux dependencies

cmake
Fedora:
yum install cmake
Debian:
apt-get install cmake
libopenblas-dev

OPTIONAL Install for improve CPU performance during face recognition:

Fedora:
yum install openblas-devel.x86_64
Debian:
sudo apt-get install libopenblas-dev
libx11 (XQuartz on OSX)
Fedora:
yum install libX11-devel.x86_64
Debian:
sudo apt-get install libx11-dev
libpng
Fedora:
yum install libpng-devel
Debian:
sudo apt-get install libpng-dev
pdftotext
Fedora:
yum install poppler-utils
Debian:
sudo apt-get install poppler-utils
antiword
Fedora:
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm
rpm -Uvh cert-forensics-tools-release*rpm
yum --enablerepo=forensics install antiword
Debian:
sudo apt-get install antiword
unrtf
Fedora:
yum install unrtf
Debian:
sudo apt-get install unrtf
tesseract
Fedora:
yum install tesseract
Debian:
sudo apt-get install tesseract-ocr

resume-parser-cli's People

Contributors

robyferro avatar

Watchers

cn1289 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.