We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Detailed instructions on how to use tabula-extractor as a JRuby library are forthcoming.
tabula-extractor
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.)
gem "tabula-extractor", '~>0.7.6', :require => "tabula"
Using in your code See the scripting examples in README.md for now.