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.6.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.6.tar.gz.
File metadata
- Download URL: pyresumize-0.0.6.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 |
55b488c953b0e7085e8f76bc524f4aec6d9432bb457633e15606b7447d5a1d39
|
|
| MD5 |
598d219dd3c3227d66a4dc049188993d
|
|
| BLAKE2b-256 |
ef024a1850ddd9a6f84417ab1ff948bd340c1b73158d854929587f1272bfe137
|
File details
Details for the file pyresumize-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.0.6-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 |
2ae97bb01ec27ad7bc0ddfa4c8c03727180f932d7756b369f23cfb61ef18911f
|
|
| MD5 |
736e251289faf3bc15f969d151943257
|
|
| BLAKE2b-256 |
a818ab3626c4e5a9530b6bdebdf5895a8a5212d4da789cc99627dbafa5f0e0b0
|