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-0.2.1.tar.gz
(6.1 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-0.2.1.tar.gz.
File metadata
- Download URL: uniparse-0.2.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a894f2e7b3e2155594d77da5ca875a1a21ab31a8c2bb17b0979e30a4ca37812
|
|
| MD5 |
a10cdb3894be5c241f4660f6ce31e1eb
|
|
| BLAKE2b-256 |
cedd4903d960479f3cbcfe3710236159478b6d2c0cee933ade91d32094eb9d69
|
File details
Details for the file UniParse-0.2.1-py3-none-any.whl.
File metadata
- Download URL: UniParse-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.4 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 |
032110b45962f2ffb3ad07d62ac11e740b9714980ae373944b8a280596c4952f
|
|
| MD5 |
c2f92ab7b9590746a094bbd49078fb91
|
|
| BLAKE2b-256 |
824d0f0d82e8eff7a8b2a23eed7b782a243803f268862a4610dd6ba3ad7c77d0
|