pdfplumber

Python library for extracting text, tables, and metadata from PDFs.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

pdfplumber gives Python developers fine-grained access to the contents of machine-generated PDFs. Built on pdfminer.six, it exposes every character, line, rectangle, and curve with position and font metadata, extracts text with optional layout preservation, reads form field values, annotations, and hyperlinks, and pulls tables using a detection strategy based on line intersection analysis inspired by Tabula and Anssi Nurminen's research. A visual debugging feature renders pages with overlays so users can see exactly what the parser detects and tune table settings for difficult layouts. The library works without OCR and is explicitly aimed at text-based rather than scanned documents; it does not create or modify PDFs. Tested against Python 3.10 through 3.14 and released under the MIT license, it is a standard choice for data journalists, analysts, and engineers extracting structured data from reports, filings, and forms.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Beginner (1/5)
License
MIT
Added
Apr 3, 2026

Related Tools

Featured

Document parsing library by IBM for converting PDFs and documents to structured data.

Open SourceSelf HostedOffline
Easy

Deep learning based OCR library in Python and TensorFlow/PyTorch.

Open SourceSelf HostedOffline
Easy

One-stop tool for high-quality PDF extraction to Markdown or JSON.

Open SourceSelf HostedOffline
Easy

Python bindings for MuPDF library for fast PDF text and image extraction.

Open SourceSelf HostedOffline
Beginner

Tool for extracting tables from PDF files into CSV or DataFrame format.

Open SourceSelf HostedOffline
Beginner

Python library for extracting tables from PDF files.

Open SourceSelf HostedOffline
Beginner
Browse all OCR & Document Processing tools