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.7.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.7.tar.gz.
File metadata
- Download URL: pyresumize-0.0.7.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 |
4835b13f4b91d5e4b4f3a9e161164bbe6482926801261237defa0a60c92eb58c
|
|
| MD5 |
3ddbd034907fa71fb46e479e29c1a107
|
|
| BLAKE2b-256 |
20fcc870893396df11eba721bb696ee37516a4a730723da4710d2791390bea90
|
File details
Details for the file pyresumize-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.0.7-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 |
cc51f973c237e8d72aee76523fb5cd38fb40612a872493ba869033dcec16726b
|
|
| MD5 |
af474f24e284c9235232b235324d39f8
|
|
| BLAKE2b-256 |
a42ff627674aaee3070e3e99e24af944ff9df949fd4cefb405099d4e39265807
|