Hi,
On Mon, Sep 26, 2022 at 4:53 AM Peter Murray-Rust <pm...@cam.ac.uk> wrote: > TL;DR how to integrate PDFBox into a Python framework for installation and > use by non-computer-scientists? > I did a bit of digging and found the jpype project, which seems to work quite well for basic python->java functionality. Here's a "hello world": https://gist.github.com/tresf/ec22b6e6767562dfc511188bdc82615e Of course, making this portable (e.g. desktop installer) will take some work, but the hard work seems to already be done. Unfortunately I cannot answer the other questions and they seem to be rather specific to your use-case, but I was interested by the question and wanted to see how possible it was.