Skip to main content

PDFMiner Wrapper & Other PDF utilities

Project description

pdf-wrangler

PDFMiner wrapper used to simplify PDF extraction. More functionalities to come to make it a more general purpose PDF utility tool.

Document Module

The Document module provides a class with the same name used to represent a PDF document. The primary pages attribute contains extracted text and images compatible with Pillow Images.

PDF metadata can also be accessed through the metadata attribute.

Example Usage

from pdf_wrangler import Document

pdf_document = Document('path/to/pdf', password='optional password')

# to access pdf metadata
pdf_document.metadata

# to access pdf text & images by pages (iterable)
pdf_document.pages

# text on the first page
pdf_document.pages[0].text

Installation

To install, run:

pip install pdf-wrangler

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdf_wrangler-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

pdf_wrangler-0.0.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

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