Resume Parser Written in Python3
Project description
Introduction
pyresumize is a python module to extract useful information from resume and generate a json string out of it. Currently it supports only pdf file as input .
Todo
- Implement a Skill Fetcher
- Support for other formats
- Performance Improvements
- Bug Fixes
- Custom configuration of input data
Usage
python -m spacy download en_core_web_sm
python -m nltk.downloader words
python -m nltk.downloader stopwords
from pyresumize import ResumeProcessor
r_parser=ResumeProcessor()
json=r_parser.process_resume(file)
print(json)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyresumize-0.0.8.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyresumize-0.0.8.tar.gz.
File metadata
- Download URL: pyresumize-0.0.8.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5503f7995b7e4beaf19412f77c9ad0890fc6a09782fb29201d5a0d4bef38cf4
|
|
| MD5 |
44c500f1e8cb14fd3d89bc9ce1a7960b
|
|
| BLAKE2b-256 |
c291f3421aad2819244f25c5aab972ce72430f7d0ee940e02e3014773983b913
|
File details
Details for the file pyresumize-0.0.8-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.0.8-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35236e887b961b5d31826b15b452020fbd9546980142115d3d07906c8d004a47
|
|
| MD5 |
c20d810497403785f78a44f929245b53
|
|
| BLAKE2b-256 |
e29ad760c376320e3492590641bd6459b77a429e4682222aba28b9c4919a04e0
|