Giter Site home page Giter Site logo

resume-parser's Introduction

resume-parser

A Java Spring Boot based Resume Parser API using GATE library.

Works well with any type of CV (PDF, HTML, DOC, DOCX, RTF, TXT) or LinkedIn Profile Document. Can extract all types of useful information correctly in English.

Build

mvn clean install

Usage

After successful build process, Resume_Parser.jar will be generated in /target repo. Copy the GATEFiles and JAPEGrammars dir from root dir of this repo to /target.

Note: Wherever "Resume Parser.jar" is present, make sure GATEFiles and JAPEGrammars directories are also present.

Run

java -jar "Resume_Parser.jar"

Request

Post
curl --request POST 'http://localhost:8081/upload' \
--header 'Content-Type: multipart/form-data' \
--form 'resume=@/<PATH_TO RESUME_IN_PDF_HTML_RTF>'
Sample Response
{
    "status": 200,
    "data": {  
               "title":"",
               "gender":"",
               "name":{  
                  "first":"Aditya",
                  "middle":"",
                  "last":"Kumar"
               },
               "email":[  
            
               ],
               "address":[  
            
               ],
               "phone":[  
            
               ],
               "url":[  
            
               ],
               "work_experience":[  
                  {  
                     "date_start":"",
                     "jobtitle":"",
                     "organization":"",
                     "date_end":"",
                     "text":""
                  },
                  {  
                     "<section_title>":""
                  }
               ],
               "skills":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "education_and_training":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "accomplishments":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "awards":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "credibility":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "extracurricular":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ],
               "misc":[  
                  {  
                     "<section_title_from_resume>":"text"
                  }
               ]
            },
    "message": "Successfully parsed Resume!"
}

Library References

resume-parser's People

Contributors

dependabot[bot] avatar iadityak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

resume-parser's Issues

Help Required

hi, we are a novice developers and need your help to run this code.
can you please guide us for the same?
we are unable to bind resume(attachment) in postman.
please guide us to run this application.

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.