Skip to main content

A Python package for extracting information from CVs (resumes).

Project description

CV-Xtractor

CV-Xtractor is a Python package designed for parsing information from CVs (resumes). It leverages spaCy for natural language processing, providing features to extract key details such as names, phone numbers, email addresses, skills, education information, and more.

Installation

Install CV-Xtractor using pip:

pip install cv-xtractor

Additionally, download the spaCy English language model:

python -m spacy download en_core_web_sm

Usage

Here's a simple example of how to use CV-Xtractor in your Python code:

from cv_xtractor.extract_entities import extract_entities_from_file

# Replace 'your_cv.pdf' with the path to your CV file
cv_file_path = 'your_cv.pdf'

# Extract entities from the CV
entities = extract_entities_from_file(cv_file_path)

# Print the extracted information
print(entities)

This will output a dictionary containing various details extracted from the CV, such as names, contact information, skills, education, and more.

For more advanced usage and customization, please refer to the [documentation]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cv_xtractor-0.3.0.tar.gz (29.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cv_xtractor-0.3.0-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

Details for the file cv_xtractor-0.3.0.tar.gz.

File metadata

  • Download URL: cv_xtractor-0.3.0.tar.gz
  • Upload date:
  • Size: 29.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for cv_xtractor-0.3.0.tar.gz
Algorithm Hash digest
SHA256 621265e312c1a059ca7aaf85a66fc2b9fa0e2b387078d15d47522cad48e090fe
MD5 3fd506015288c81927783b0c2160f0b5
BLAKE2b-256 cb42760761c8618d22f66989c25e16f01ec5156a562097143700d5b5392a9fef

See more details on using hashes here.

File details

Details for the file cv_xtractor-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: cv_xtractor-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for cv_xtractor-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 030192b24a7837cc9f6186cd1a7bd7cb09338dd3ba57108704678c3eb7e40421
MD5 8cb1003305bb1eae35b94bd17501a324
BLAKE2b-256 c4926e1b7ccf6b9eacb18a448d1dd78606024f388580d5414f1fd17a2a561701

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page