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
Note
The Skills , Employers and Education is given as .csv inputs to the engine and you can see a reference implementation in the data folder.
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()
r_parser.set_custom_keywords_folder("data")
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
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.1.1.tar.gz.
File metadata
- Download URL: pyresumize-0.1.1.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 |
9b0d39b7bcbd3ba746ecb4442f486b7229b456cde13676620803c3bf3499b3f6
|
|
| MD5 |
2558c126db4eff1eafe717fbd6afa398
|
|
| BLAKE2b-256 |
c72296426996b2178afe04b167f6475ef7b3a033e23ec9e08325e8326f5e3cff
|
File details
Details for the file pyresumize-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.1.1-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 |
2910bcb058a8866d507060b1bc3d1bd2c5d16c4d981ab5dc8cab990c9bf8fc75
|
|
| MD5 |
79723dbff55467200e9ca42a214531ee
|
|
| BLAKE2b-256 |
a4698e41dcf681ec20bad953f210f3d1709fc40ba90cc036b28fac1263aa5c0b
|