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.5.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.5.tar.gz.
File metadata
- Download URL: pyresumize-0.0.5.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 |
dd1c0d9fd6b3e919b158cfff671f2102b72ea6bf1f89d8904dd2157a782e8c33
|
|
| MD5 |
405da1a2246d3feaa2f7d44f75e07f82
|
|
| BLAKE2b-256 |
815690c5afbc37f0ccb15c25db0c0c756654f6a1e6ef1dbc897f3d5d2a7693a8
|
File details
Details for the file pyresumize-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.0.5-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 |
e272821c31acb0581f282cd57701bf121881a7275c2ee47e45d9d93935ac7aa8
|
|
| MD5 |
9d0249c393dfd9ed7053e83da68c8a8e
|
|
| BLAKE2b-256 |
d304208093cf9977a2a9aaed262a624c80fa4aade2b45cb361821942b21fd5ae
|