mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Add first attempt at CITATION.cff file
Cf. issue #755, thanks to @joaoccruz
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
cff-version: 1.2.0
|
||||
title: pdfplumber
|
||||
type: software
|
||||
version: 0.7.6
|
||||
date-released: "2022-11-22"
|
||||
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"
|
||||
Reference in New Issue
Block a user