tabula-java
tabula-java copied to clipboard
[feature request] Import Tabula GUI templates
Ability to load at least coordinates (x1, y1, x2, y2) from a template json file downloaded from Tabula web/gui version.
Easier workaround> add a field in the templates.json from Tabula GUI version that stores the data as tabula command line needs it, so opening json and copy-pasting is really easy.
(in the template the order is x1, x2, y1, y2, but the order needed for the command line is y1,x1,y2,x2)
@rusosnith JFYI, Python wrapper has the feature https://tabula-py.readthedocs.io/en/latest/tabula.html