Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

pdf

Extract text, tables, and metadata from scientific PDF papers and reports

Setup

cd pdf
python3 -m venv .venv && source .venv/bin/activate && pip install pdfplumber pypdf -q

Environment variables

None.

Usage

python3 scripts/pdf_extract.py --help

Dependencies

  • pdfplumber
  • pypdf