-
Notifications
You must be signed in to change notification settings - Fork 429
Home
Mike Tigas edited this page May 20, 2016
·
1 revision
This documentation is for tabula-java
. tabula-java
is the engine that powers Tabula; it’s written in Java, so you can use it by itself, in other Java code, or in any language that has Java bindings.
If you are looking for the main Tabula app, please visit http://tabula.technology/ or the Tabula repo instead.
There are a few ways to use the tabula-java
engine by itself:
- as a command line tool, which you can use to create bash scripts (and call from other languages by using exec/popen, etc)
- as a java .jar library in other Java code.
- inside jruby code, using the tabula-extractor bindings
- inside R, using the tabulizer bindings
See also: