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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for tabulatepdf-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac6bcd3511731c807981b733d8a4845c814b77b18d56bf30b73d315abe763736 |
|
MD5 | 87d44769d6036db425575a30ab667421 |
|
BLAKE2b-256 | 4970bf1acc08834750bb2e17271a5deaf45b6ee2b2416e1cd9c39d2f3ce5c709 |