A parser for extracting text from PDFs using PyPDFTK.
Project description
Swarmauri Parser PyPDFTK
A parser for reading and extracting data fields from PDF files using PyPDFTK.
Installation
pip install swarmauri_parser_pypdftk
Usage
Basic usage example with code snippet:
from swarmauri.parsers.PyPDFTKParser import PyPDFTKParser
parser = PyPDFTKParser()
file_path = "path/to/your/pdf_file.pdf"
documents = parser.parse(file_path)
for document in documents:
print(document.content)
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
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
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 swarmauri_parser_pypdftk-0.8.0.dev2.tar.gz.
File metadata
- Download URL: swarmauri_parser_pypdftk-0.8.0.dev2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd5af464dfb0ea13bf4f88bd591cfe696bb9cd114a992aa8acf08a2bcea6eb08
|
|
| MD5 |
27820801e46155465d09b8836aeb6e8d
|
|
| BLAKE2b-256 |
33dd5770819cc157e7c84b4b319d50aeb894f03809baac20ea700b6906c08bd1
|
File details
Details for the file swarmauri_parser_pypdftk-0.8.0.dev2-py3-none-any.whl.
File metadata
- Download URL: swarmauri_parser_pypdftk-0.8.0.dev2-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
721d69f5b310c83d8ed0ac486f56c52b6ec84ee265df152c13ddc19e6cabc7cc
|
|
| MD5 |
34a5d34dbec8b8d5d567c6b7abf64ec9
|
|
| BLAKE2b-256 |
df4b0322604728ad6a2c556f1524d90ec7028b7308978d624844f4fde0a0df00
|