Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Using the jruby library

Mike Tigas edited this page Feb 4, 2015 · 2 revisions

Detailed instructions on how to use tabula-extractor as a JRuby library are forthcoming.

Installing
For now, see the documentation on the command-line tool for how to install JRuby and tabula-extractor as a gem. (If you are using a Gemfile, you can do gem "tabula-extractor", '~>0.7.6', :require => "tabula". You can see the Gemfile from the Tabula web GUI version, too.)

Using in your code
See the scripting examples in README.md for now.

Clone this wiki locally