MCPcopy Index your code
hub / github.com/OmkarPathak/pyresparser

github.com/OmkarPathak/pyresparser @v1.0.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.6 ↗ · + Follow
49 symbols 163 edges 9 files 23 documented · 47% updated 2y agov1.0.6 · 2019-12-15★ 96033 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

pyresparser

A simple resume parser used for extracting information from resumes

Built with ❤︎ and :coffee: by Omkar Pathak


GitHub stars PyPI Downloads GitHub PyPI - Python Version Say Thanks! Build Status codecov

Features

  • Extract name
  • Extract email
  • Extract mobile numbers
  • Extract skills
  • Extract total experience
  • Extract college name
  • Extract degree
  • Extract designation
  • Extract company names

Installation

  • You can install this package using
pip install pyresparser
  • For NLP operations we use spacy and nltk. Install them using below commands:
# spaCy
python -m spacy download en_core_web_sm

# nltk
python -m nltk.downloader words

Documentation

Official documentation is available at: https://www.omkarpathak.in/pyresparser/

Supported File Formats

  • PDF and DOCx files are supported on all Operating Systems
  • If you want to extract DOC files you can install textract for your OS (Linux, MacOS)
  • Note: You just have to install textract (and nothing else) and doc files will get parsed easily

Usage

  • Import it in your Python project
from pyresparser import ResumeParser
data = ResumeParser('/path/to/resume/file').get_extracted_data()

CLI

For running the resume extractor you can also use the cli provided

usage: pyresparser [-h] [-f FILE] [-d DIRECTORY] [-r REMOTEFILE]
                   [-re CUSTOM_REGEX] [-sf SKILLSFILE] [-e EXPORT_FORMAT]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  resume file to be extracted
  -d DIRECTORY, --directory DIRECTORY
                        directory containing all the resumes to be extracted
  -r REMOTEFILE, --remotefile REMOTEFILE
                        remote path for resume file to be extracted
  -re CUSTOM_REGEX, --custom-regex CUSTOM_REGEX
                        custom regex for parsing mobile numbers
  -sf SKILLSFILE, --skillsfile SKILLSFILE
                        custom skills CSV file against which skills are
                        searched for
  -e EXPORT_FORMAT, --export-format EXPORT_FORMAT
                        the information export format (json)

Notes:

  • If you are running the app on windows, then you can only extract .docs and .pdf files

Result

The module would return a list of dictionary objects with result as follows:

[
  {
    'college_name': ['Marathwada Mitra Mandal’s College of Engineering'],
    'company_names': None,
    'degree': ['B.E. IN COMPUTER ENGINEERING'],
    'designation': ['Manager',
                    'TECHNICAL CONTENT WRITER',
                    'DATA ENGINEER'],
    'email': 'omkarpathak27@gmail.com',
    'mobile_number': '8087996634',
    'name': 'Omkar Pathak',
    'no_of_pages': 3,
    'skills': ['Operating systems',
              'Linux',
              'Github',
              'Testing',
              'Content',
              'Automation',
              'Python',
              'Css',
              'Website',
              'Django',
              'Opencv',
              'Programming',
              'C',
              ...],
    'total_experience': 1.83
  }
]

References that helped me get here

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :smile:

PayPal Donate via PayPal!
₹ (INR) Donate via Instamojo

Stargazer over time

Stargazers over time

Core symbols most depended-on inside this repo

get_extracted_data
called by 6
pyresparser/resume_parser.py
print_cyan
called by 3
pyresparser/command_line.py
export_data
called by 3
pyresparser/command_line.py
extract_text_from_pdf
called by 1
pyresparser/utils.py
extract_text_from_docx
called by 1
pyresparser/utils.py
extract_text_from_doc
called by 1
pyresparser/utils.py
get_number_of_months_from_dates
called by 1
pyresparser/utils.py
extract_text_from_pdf
called by 1
pyresparser/custom_t.py

Shape

Function 36
Method 10
Class 2
Route 1

Languages

Python100%

Modules by API surface

pyresparser/utils.py17 symbols
pyresparser/command_line.py11 symbols
test_name.py6 symbols
pyresparser/custom_t.py6 symbols
pyresparser/resume_parser.py5 symbols
pyresparser/custom_train.py4 symbols

For agents

$ claude mcp add pyresparser \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact