Skip to main content

A simple resume parser used for extracting information from resumes

Project description

pyresparser

A simple resume parser used for extracting information from resumes

Features

  • Extract name

  • Extract email

  • Extract mobile numbers

  • Extract skills

  • Extract total experience

  • Extract education (not very accurate as of now)

  • Extract experience (not very accurate as of now)

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

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

CLI

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

usage: pyresparser [-h] [-f FILE] [-d DIRECTORY]

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

For extracting data from a single resume file, use

pyresparser -f <resume_file_path>

For extracting data from several resumes, place them in a directory and then execute

pyresparser -d <resume_directory_path>

For extracting data from remote resumes, execute

pyresparser -r <path_to_remote_resume_file>

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:

[{'education': [('BE', '2014')],
  'email': 'omkarpathak27@gmail.com',
  'experience': [' Schlumberger DATA ENGINEER Pune'],
  'mobile_number': '8087996634',
  'name': 'Omkar Pathak',
  'no_of_pages': 3,
  'skills': ['Python',
             'C',
             'Technical',
             'Linux',
             'Machine learning',
             'System',
             'Html',
             'C++',
             'Security',
             'Testing',
             'Content',
             'Apis',
             'Engineering',
             'Payments',
             'Django',
             'Excel',
             'Admissions',
             'Mysql',
             'Windows',
             'Automation',
             'Opencv',
             'Website',
             'Css',
             'Js',
             'Algorithms',
             'Flask',
             'Programming',
             'Writing',
             'Training',
             'Php',
             'Reports',
             'Photography',
             'Open source',
             'Github',
             'Analytics',
             'Api'],
  'total_experience': 0.58}]

References that helped me get here

Built with ♥ and :coffee: by `Omkar Pathak <http://www.omkarpathak.in/>`__

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 :)

PayPal

₹ (INR)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyresparser-1.0.3.tar.gz (4.2 MB view details)

Uploaded Source

Built Distribution

pyresparser-1.0.3-py3-none-any.whl (4.2 MB view details)

Uploaded Python 3

File details

Details for the file pyresparser-1.0.3.tar.gz.

File metadata

  • Download URL: pyresparser-1.0.3.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.13.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.2

File hashes

Hashes for pyresparser-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a4ef8a4a1db3658f2144373ef41eeb6a08f004ed51d8224f894c62ae1deba632
MD5 e839f110f7ab439fd9f79a46d526c312
BLAKE2b-256 7083a6e82bcf89a79caa2bdd4d6021124b752d626be5b16630de64c1f9686f1c

See more details on using hashes here.

File details

Details for the file pyresparser-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: pyresparser-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.13.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.2

File hashes

Hashes for pyresparser-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dc533b3b60113ed192a013bd6f97e7f1d2bcb8058b34c763cc0bb2021402cab2
MD5 280a8706207390830deae5558f3c229e
BLAKE2b-256 2448f41307e6a572397ba7f42de89109824db7f66280baa44ffaf6c6e1857cd2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page