Weizhang2017 / tabulatepdf

A CLI for tabula-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CLI for tabula-py

License:MIT License


Languages

Language:Python 100.0%