Python package that bundles tabula-java with a minimized JRE and exposes a tabula-java CLI.
From repository root:
mvn --batch-mode compile assembly:single -Dmaven.test.skip=true
python -m pip install -U build
python python/scripts/prepare_bundle.py
python -m build pythonUse .github/workflows/release.yml.