Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
pdftables - a library for extracting tables from PDF files
==========================================================

.. image:: https://travis-ci.org/scraperwiki/pdftables.png
:target: https://travis-ci.org/scraperwiki/pdftables
.. image:: https://travis-ci.org/okfn/pdftables.png
:target: https://travis-ci.org/okfn/pdftables
.. image:: https://pypip.in/v/pdftables/badge.png
:target: https://pypi.python.org/pypi/pdftables

Expand Down Expand Up @@ -110,6 +110,9 @@ Files and folders::
contains PDF files which are installed from a different repository by running
the ``download_test_data.sh`` script.

The fixtures are currently unavailable as they are held on
a private repository

We're also using data from http://www.tamirhassan.com/competition/dataset-tools.html which is also installed by the download script.

*pdftables* contains the core code files
Expand Down
1 change: 1 addition & 0 deletions download_test_data.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

# ScraperWiki test data is unavailable
git clone https://bitbucket.org/scraperwikids/pdftables-test-data fixtures/

# get EU ground truth dataset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
keywords='',
author='ScraperWiki Ltd',
author_email='feedback@scraperwiki.com',
author_email='',
url='http://scraperwiki.com',
license='BSD',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
Expand Down