Skip to content

Commit 2ba83a6

Browse files
committed
rearrange things slightly; update version in the usage example; update year
1 parent d10ec13 commit 2ba83a6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Manuel Aristarán
3+
Copyright (c) 2014-2016 Manuel Aristarán
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,18 @@ tabula-java [![Build Status](https://travis-ci.org/tabulapdf/tabula-java.svg?bra
55

66
(This is the new version of the extraction engine; the previous code can be found at [`tabula-extractor`](http://github.com/tabulapdf/tabula-extractor).)
77

8+
© 2014-2016 Manuel Aristarán. Available under MIT License. See [`LICENSE`](LICENSE).
9+
810
## Download
911

1012
Download a version of the tabula-java's jar, with all dependencies included, that works on Mac, Windows and Linux from our [releases page](../../releases).
1113

12-
## Build instructions
13-
14-
Clone this repo and run:
15-
16-
```
17-
mvn clean compile assembly:single
18-
```
19-
20-
## Examples
14+
## Usage Examples
2115

2216
`tabula-java` provides a command line application:
2317

2418
```
25-
$ java -jar ./target/tabula-0.8.0-jar-with-dependencies.jar --help
19+
$ java -jar ./target/tabula-0.9.0-jar-with-dependencies.jar --help
2620
2721
usage: tabula [-a <AREA>] [-c <COLUMNS>] [-d] [-f <FORMAT>] [-g] [-h] [-i]
2822
[-n] [-o <OUTFILE>] [-p <PAGES>] [-r] [-s <PASSWORD>] [-u] [-v]
@@ -61,8 +55,14 @@ Tabula helps you extract tables from PDFs
6155
6256
```
6357

64-
It also includes a debugging tool, run `java -cp ./target/tabula-0.8.0-jar-with-dependencies.jar technology.tabula.debug.Debug -h` for the available options.
58+
It also includes a debugging tool, run `java -cp ./target/tabula-0.9.0-jar-with-dependencies.jar technology.tabula.debug.Debug -h` for the available options.
6559

6660
You can also integrate `tabula-java` with any JVM language. For Java examples, see the [`tests`](src/test/java/technology/tabula/) folder.
6761

68-
© 2014 Manuel Aristarán. Available under MIT License. See [`LICENSE`](LICENSE).
62+
## Building from Source
63+
64+
Clone this repo and run:
65+
66+
```
67+
mvn clean compile assembly:single
68+
```

0 commit comments

Comments
 (0)