A library to parse PDF, DOCX, and TXT files
Project description
UniParse
A Python library to parse PDF, DOCX, and TXT files, now with resume summarization capabilities.
Installation
pip install UniParse
How to Use
from UniParse import FileParser
parser = FileParser('path/to/your/file.pdf')
content = parser.parse()
print(content)
Features
- Parse text from PDF files
- Extract content from DOCX documents
- Read text from TXT files
Parsing Resumes and Extracting Information
from UniParse import ResumeParser
parser = ResumeParser('path/to/resume.pdf')
data = parser.get_extracted_data()
print("Resume Data:")
print(data)
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
uniparse-1.0.1.tar.gz
(8.8 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 uniparse-1.0.1.tar.gz.
File metadata
- Download URL: uniparse-1.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da62edb8caeb4aa9cf76eb61cb920bc45d7da40523f5d8b2188e985b35af2fe1
|
|
| MD5 |
8ad30729497a553fd1bf01104f12e2f7
|
|
| BLAKE2b-256 |
c5b1364537ab991b42143776f4019ca817706e2711cdb1e7a23e97e93ccedb6c
|
File details
Details for the file UniParse-1.0.1-py3-none-any.whl.
File metadata
- Download URL: UniParse-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7856807b32ac189f368d66dd678176819c61ef9f50d2b1206fa7b13c58928dcf
|
|
| MD5 |
d212eba203ae84bd7ad78c30f5f6dde9
|
|
| BLAKE2b-256 |
371369cc3abe7da0a326cc3c159a059ceb7fbaaf1aa13d50fc794cdfd6f7f197
|