Coder Social home page Coder Social logo

sovren-saas's Introduction

SovrenSaas

A simple ruby gem that parses a resume using the sovren resume parser and returns the resume back as a ruby object.

SaaS Version

This is for the Saas version of Sovren, using their web service as the end point. Use the Sovren gem for pointing to your own install of the Sovren resume parsing service.

The output from Sovren remains unchanged, this gem simply changes the way a client connects to and communicates with the Saas version of Sovren.

Installation

Add this line to your application's Gemfile:

gem 'sovren_saas'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sovren_saas

Usage Example

To parse a resume:

  1. Create a client

    client = SovrenSaas::Client.new(endpoint: "http://services.resumeparsing.com/ResumeService.asmx?wsdl", account_id: "YOUR ACCTID", service_key: "YOUR SERVICE KEY")
  2. Parse a resume

    resume = client.parse(File.read('/path/to/your/file/resume.doc'))

To parse a job order:

1.) Create the client

```ruby
client =SovrenSaas::Client.new(endpoint: "https://services.resumeparsing.com/ParsingService.asmx?wsdl", account_id: "YOUR ACCTID", service_key: "YOUR SERVICE KEY") }
```

2.) Parse the job order

 ```ruby
 resume = client.parse_job_order(job_text)
 ```
* note that only parsing jobs as text is currently supported.  Support for binaries still needs to be done.

Contributing

The testing could use some more coverage for other hr-xml use cases. I also haven't added any of the sovren specific fields returned but those could be added if you need them.

  1. Fork it
  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 new Pull Request

sovren-saas's People

Contributors

ignitemark avatar

Watchers

Mark Montroy avatar James Cloos 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.