Skip to content

Use jpype instead of subprocess as a backend

Compare
Choose a tag to compare
@chezou chezou released this 09 Sep 06:43
· 49 commits to master since this release

What's Changed

This release changes the way to call tabula-java from subprocess to jpype.
It expects to reduce JVM launch overhead for multiple calls. However, it introduces some limitation for jvm_options. See #357 and FAQ for the detail.

Full Changelog: v2.7.0...v2.8.0