CV Parser Español
cv_parser_espanol es un paquete de python que te permite leer un CV en los siguientes formatos (PDF, DOCX, TXT) y desglosarlo en diferentes secciones:
- Nombre
- Direccion
- Telefono
- Educacion
- Experiencia Laboral
- Skills
Instalacion
Puedes instalarlo utilizando pip
pip install cv-parser-espanol
Modo de uso
Si tienes que convertir un pdf puedes primero utilizar el extractor de pdf a texto (pasando el archivo como bytes)
import cv_parser_espanol
text= pdf_to_text(file_bytes)
cv = parse_cv(text)
Si el archivo que tienes es un docx o un pdf pero no tienes los bytes puedes utilizar directamete la funcion extract_text
Release files for cv-parser-espanol 0.2.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cv_parser_espanol-0.2.8.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cv_parser_espanol-0.2.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / cv_parser_espanol-0.2.8.tar.gz
| Download URL | cv_parser_espanol-0.2.8.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cefcb071e04babc4d3fb8b333e000f0b1eec6d935bcd3b0f144ad47fb4efab5b
|
|
BLAKE2b-256 checksum How to use checksums |
e744378856a516c7c449d6713d0d489cfcfb945f3da9c8c78f6d4aaf70f9b056
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.11
|
Release files / cv_parser_espanol-0.2.8-py3-none-any.whl
| Download URL | cv_parser_espanol-0.2.8-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0cf68e1cf043c80a1768350f1c465142556ff01295bb8d70b7b66a013a49b98f
|
|
BLAKE2b-256 checksum How to use checksums |
850f3dc2db99f391aa605745265d4950930d7a2769a04d440e4c8eea1f6c8337
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.11
|