Skip to content

Commit

Permalink
adds link to @leeper's tabulizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybmerrill committed May 16, 2016
1 parent 5efd8e8 commit 145e224
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -124,7 +124,14 @@ There are some bugs that we're aware of that we haven't managed to fix yet. If t

Tabula is open-source, so we'd love for you to incorporate pieces of Tabula into your own projects. The "guts" of Tabula -- that is, the logic and heuristics that reconstruct tables from PDFs -- is contained in the [tabula-java](https://github.com/tabulapdf/tabula-java/) repo. There's a JAR file that you can easily incorporate into JVM languages like Java, Scala or Clojure and it includes a command-line tool for you to automate your extraction tasks. Visit that repo for more information on how to use `tabula-java` on the CLI and on how Tabula exports `tabula-java` scripts.

[tabula-extractor](https://github.com/tabulapdf/tabula-extractor/) contains JRuby bindings for tabula-java. If you end up writing bindings for another language (Python, in particular!), let us know and we'll add a link here.
### Bindings:

Tabula has bindings for JRuby and R. If you end up writing bindings for another language (Python, in particular!), let us know and we'll add a link here.

- [tabula-extractor](https://github.com/tabulapdf/tabula-extractor/) provides JRuby bindings for tabula-java
- [tabulizer](https://github.com/leeper/tabulizer) provides [R](https://www.r-project.org/) bindings for tabula-java and is community-supported by @leeper.



## Running Tabula from source (for developers)

Expand Down

1 comment on commit 145e224

@leeper
Copy link

@leeper leeper commented on 145e224 May 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.