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.3.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 uniparse-0.2.3.tar.gz.
File metadata
- Download URL: uniparse-0.2.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1358fea79f128993bde80951afe1c5899ea85bb33925796e769261909a44e771
|
|
| MD5 |
78f01ea9d85552cdf16fb0f499e8496a
|
|
| BLAKE2b-256 |
2b7929ad642eba7661526ab8e42c12e1ec9b6db5984c66fea032aec346639915
|
File details
Details for the file UniParse-0.2.3-py3-none-any.whl.
File metadata
- Download URL: UniParse-0.2.3-py3-none-any.whl
- Upload date:
- Size: 7.0 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 |
8d00624a49e8ee93aab9a35614f0798ec797a35fb94682126b6b0e7bcae10768
|
|
| MD5 |
395d78691cfbea1cd78c0b0bfd852b72
|
|
| BLAKE2b-256 |
d79260fce2031a940cb4bca2cae5bcec5af1fc270f94296921a4bca620c1cdfc
|