Add Travis
parent
7731497a5b
commit
13f2b199c9
|
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
before_install:
|
||||
- sudo apt-get install python-tk ghostscript
|
||||
install:
|
||||
- pip install ".[dev]"
|
||||
script:
|
||||
- pytest
|
||||
|
|
@ -1,11 +1,13 @@
|
|||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/socialcopsdev/camelot/master/docs/_static/camelot.png" width="200">
|
||||
</p>
|
||||
|
||||
# Camelot: PDF Table Extraction for Humans
|
||||
|
||||
 
|
||||
|
||||
**Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files!
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
**Here's how you can extract tables from PDF files.** Check out the PDF used in this example, [here](https://github.com/socialcopsdev/camelot/blob/master/docs/_static/pdf/foo.pdf).
|
||||
|
|
|
|||
Loading…
Reference in New Issue