Skip to main content

A CLI for tabula-py

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tabulatepdf-0.1.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

tabulatepdf-0.1.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page