Skip to main content

A parser for extracting text from PDFs using PyPDFTK.

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swarmauri_parser_pypdftk


Swarmauri Parser PyPDFTK

Form-field parser for Swarmauri built on PyPDFTK. Extracts PDF AcroForm field metadata and returns it as Swarmauri Document content.

Features

  • Calls pypdftk.dump_data_fields to extract field key/value pairs.
  • Emits a single Document with newline-delimited key: value text and metadata['source'] set to the PDF path.
  • Returns an empty list when no form fields exist or when parsing fails (logs the error).

Prerequisites

  • Python 3.10 or newer.
  • PyPDFTK plus the pdftk/pdftk-java binary available on the system path. Install operating-system packages: e.g., apt install pdftk-java or download pdftk for macOS/Windows.
  • Read access to the PDF file path you provide.

Installation

# pip
pip install swarmauri_parser_pypdftk

# poetry
poetry add swarmauri_parser_pypdftk

# uv (pyproject-based projects)
uv add swarmauri_parser_pypdftk

Quickstart

from swarmauri_parser_pypdftk import PyPDFTKParser

parser = PyPDFTKParser()
documents = parser.parse("forms/enrollment.pdf")

for doc in documents:
    print(doc.metadata["source"])
    print(doc.content)

Example output:

source: forms/enrollment.pdf
GivenName: John
FamilyName: Doe
BirthDate: 1990-01-01

Handling Missing Fields

parser = PyPDFTKParser()
docs = parser.parse("forms/plain.pdf")

if not docs:
    print("No form fields detected or parsing failed.")

Tips

  • Ensure pdftk is installed and available on PATH; PyPDFTK delegates to the binary.
  • For encrypted PDFs, remove or provide the password before parsing; pdftk cannot dump fields from password-protected documents without credentials.
  • Combine with other Swarmauri parsers to extract both structured form data (PyPDFTKParser) and free-form text (PyPDF2Parser or FitzPdfParser).

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

swarmauri_parser_pypdftk-0.9.0.dev2.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swarmauri_parser_pypdftk-0.9.0.dev2-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file swarmauri_parser_pypdftk-0.9.0.dev2.tar.gz.

File metadata

  • Download URL: swarmauri_parser_pypdftk-0.9.0.dev2.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_parser_pypdftk-0.9.0.dev2.tar.gz
Algorithm Hash digest
SHA256 673d7e43439a5c29d3ef83d58a4df468dc4c9dfda4185a10f2d407c2003685b2
MD5 031151add8e5921a6617d95eaf6892c8
BLAKE2b-256 bee9aa6f322f1daa8409bba8396e6531bf51f38f41ab972c96dfb4019600cb4f

See more details on using hashes here.

File details

Details for the file swarmauri_parser_pypdftk-0.9.0.dev2-py3-none-any.whl.

File metadata

  • Download URL: swarmauri_parser_pypdftk-0.9.0.dev2-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swarmauri_parser_pypdftk-0.9.0.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 ff186dfa0d6ec766fd8b6719dac22922d85bfed1478218211da46c01113dd346
MD5 c74087a1cd09eacc75d443ceeb87a431
BLAKE2b-256 6be8fe6181c49ce0238ead29a1e3a68f56d445b79f256a3bb0e4ffe30e0521c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page