Python library to interact with the PDFTables.com API.
PIP:
pip install git+https://github.com/pdftables/python-pdftables-api.git Locally:
python setup.py install import pdftables_api c = pdftables_api.Client('my-api-key') c.xlsx('input.pdf', 'output.xlsx')python -m unittest test.test_pdftables_api