{"id":18298663,"url":"https://github.com/skcript/cvscan","last_synced_at":"2025-04-05T13:33:57.826Z","repository":{"id":54581148,"uuid":"75593810","full_name":"skcript/cvscan","owner":"skcript","description":"Your not so typical resume parser","archived":false,"fork":false,"pushed_at":"2020-08-11T06:34:18.000Z","size":1895,"stargazers_count":50,"open_issues_count":10,"forks_count":33,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-28T07:51:37.408Z","etag":null,"topics":["converter","parser","parsing","qualification","skills"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skcript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-05T06:01:30.000Z","updated_at":"2024-03-12T19:19:21.000Z","dependencies_parsed_at":"2022-08-13T20:30:27.618Z","dependency_job_id":null,"html_url":"https://github.com/skcript/cvscan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skcript%2Fcvscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skcript%2Fcvscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skcript%2Fcvscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skcript%2Fcvscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skcript","download_url":"https://codeload.github.com/skcript/cvscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223192689,"owners_count":17103564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","parser","parsing","qualification","skills"],"created_at":"2024-11-05T15:06:39.697Z","updated_at":"2024-11-05T15:06:40.322Z","avatar_url":"https://github.com/skcript.png","language":"Python","readme":"# cvscan\nYour not so typical resume parser\nInstructions\n========\nFollow these to have a sneak peek of what's going on  \n1. git clone https://github.com/skcript/cvscan.git  \n2. cd cvscan  \n3. python setup.py install  \n4. Place the sample resume in the ~/cvscan folder  and enter the file name  \nor enter relative path  \nEg: ~/cvpath/data/sample/a.pdf is parsed by\n```bash\ncvscan parse --name data/sample/a\n```\n\nData Manipulations\n===============\n## Skills\nNote: Skills are case-sensitive unlike Jobs and Organizations\n### add\n```\ncvscan add -s \"C,C++,R,Java\"\n```\n### remove\n```\ncvscan remove --skill \"C,C++\"\n```\n\n## Jobs\n### add\nAdding  \n1. contributor Job-category: Programmer  \n2. Android Programmer Job-category: Developer\n\n```\ncvscan add -j \"contributor:Programmer,android Programmer:Developer\"\n```\n### remove\nRemoving  \n1. contributor  \n2. Android Programmer  \n```\ncvscan remove --job \"contributor,Android Programmer\"\n```\n\n## Organizations\n### add\n```\ncvscan add --org \"Skcript\"\n```\n### remove\n```\ncvscan remove -o \"Skcript\"\n```\n\n## Qualifications\nNote:  \n* Qualifications are case-sensitive.\n* Puntuations before the first and after the last alphabet should be excluded\n\n### add\n```\ncvscan add -q \"B.S,B.Tech,B.Arch\"\n```\n### remove\n```\ncvscan remove --qual \"B.Arch\"\n```\n\n## Extra Information\n### add\n```\ncvscan add -e \"machine learning,artificial intelligence\"\n```\n### remove\n```\ncvscan remove --extra \"machine learning,artificial intelligence\"\n```\n\nFile Descriptions\n============\n## class Cvscan\n```\ncvscan = Cvscan(name,path)\n```\n#### Extract\nConvert the input file to raw_text and calls parse class method\n```\ncvscan.extract()\n```\n#### Display extracted text\n```\ncvscan.show()\n```\n### Attributes\n| Attributes          | Function |\n|---------------------|-----------|\n|path                 | Stores the path of the resume |\n|raw_text             | Stores the resume as raw text |\n|URLs                 | Stores all the URLs from the resume |\n|name                 | Applicant's name |\n|emails               | Applicant's email |\n|Phone number         | Applicant's contact number |\n|address              | Applicant's address |\n|experience           | Applicant's experience in years |\n|cleaned_resume       | Raw text after removing english stopwords |\n|skills               | Applicant's skillset |\n|qualifications       | Applicant's qualifications |\n|degree_info          | Info about qualification |\n|job_positions        | Applicant's jobs |\n|category             | Applicant's Job category |\n|current_employers    | Organization applicant is working in |\n|employers            | All organizations applicant has worked in |\n|extra_info           | Extra information about the applicant|\n\u003c!--\n## configurations.py\nContains the regular expressions used throughout the project\n## converter.py\nContains methods to convert resume from input format to raw text\n#### pdf_to_text\nUses pdfminer library to fetch raw text from the resume. Special characters and bullets in the resume are replaced with a newline character.  \nThis formatted text from the resume is returned.\n --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskcript%2Fcvscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskcript%2Fcvscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskcript%2Fcvscan/lists"}