/resume_parser

A feeble attempt at playing with Regexp and parsing resume's. WIP-DO NOT USE

Primary LanguageRubyMIT LicenseMIT

ResumeParser

WIP - DO NOT USE!

Resume parsers are crazy expensive and for a good reason, its not easy. This was me playing around with parsing different formatted resumes to extract a limited dataset.

Installation

Add this line to your application's Gemfile:

gem 'resume_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install resume_parser

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/resume_parser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request