Files
pdfplumber/CITATION.cff
T

21 lines
547 B
YAML
Raw Normal View History

2022-11-22 13:10:45 -05:00
cff-version: 1.2.0
title: pdfplumber
type: software
2025-06-12 07:31:46 -04:00
version: 0.11.7
date-released: "2025-06-12"
2022-11-22 13:10:45 -05:00
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
email: "jsvine@gmail.com"
- name: "The pdfplumber contributors"
repository-code: "https://github.com/jsvine/pdfplumber"
url: "https://github.com/jsvine/pdfplumber"
license: MIT
abstract: >-
Plumb a PDF for detailed information about each char, rectangle,
line, et cetera — and easily extract text and tables.
keywords:
- "pdf"
- "pdf parsing"
- "table extraction"