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.4.tar.gz
(7.2 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.4.tar.gz.
File metadata
- Download URL: uniparse-0.2.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903c3b055b34980cf1ebbdf44efdef29aabca9030acb241522c1264ba70ce427
|
|
| MD5 |
be7d41772ca0320e63becd7866071862
|
|
| BLAKE2b-256 |
0306c0fcdfe5abb2c2f19022ed39f7bd8ac27d8d3fdadad7362b4934432b0ee3
|
File details
Details for the file UniParse-0.2.4-py3-none-any.whl.
File metadata
- Download URL: UniParse-0.2.4-py3-none-any.whl
- Upload date:
- Size: 7.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 |
c53a747717eeafe049dfefc8f224083a3b40bce9724d2a59ae0a82fb956adeb3
|
|
| MD5 |
985036e13726d33ed4483bf6da3b3d74
|
|
| BLAKE2b-256 |
d34490d12d05cf405f39e503cff47b9798809e66e8d749262fc923bc41594dda
|