Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
title: "Camelot: PDF Table Extraction for Humans"
abstract: "Camelot is a Python library that can extract tables from text-based PDF files."
type: software
authors:
- family-names: Mehta
given-names: Vinayak
email: [email protected]
- name: "The Camelot contributors"
repository-code: "https://github.com/camelot-dev/camelot"
url: "https://camelot-py.readthedocs.io/"
license: MIT
version: 2.0.0
date-released: 2026-06-04
keywords:
- pdf
- table-extraction
- data-extraction
- python
Loading