tabulatepdf

A CLI for tabula-py


License
MIT
Install
pip install tabulatepdf==0.1.1

Documentation

A CLI for tabula-py

Installation

Install using pip:

pip install tabulatepdf

Install from Github

git clone https://github.com/Weizhang2017/tabulatepdf
cd tabulatepdf 
python setup.py install

CLI

usage: tabulatepdf [-h] --pdf pdf [--output output] [--page page]

extract tables from pdf

optional arguments:
  -h, --help       show this help message and exit
  --pdf pdf        pdf file to extract tables from
  --output output  output filename, default: output.csv
  --page page      page number of pdf to extract from, default: 1
Simple Example:
tabulatepdf --pdf sample.pdf --output output.csv --page 10
table saved to output.csv