pdfplumber

Package — DocumentsPython 3.7+Intermediate

Extract text, tables, metadata from PDFs

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pypdf, Pillow, pdfminer.six
Install
pip install pdfplumber

Learn by Difficulty

Quick Example

python
# Install: pip install pdfplumber
import pdfplumber

# Basic pdfplumber usage
print(f"Using pdfplumber")
# See documentation for detailed examples

pdfplumber is a third-party package. Extract text, tables, metadata from PDFs. Install with: pip install pdfplumber

Try in Playground

Tags

packagedocumentsfile-formatoffice