tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

Extract tables from PDF files

Results 151 tabula-java issues
Sort by recently updated
recently updated
newest added

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 2.0.3. Commits b2cb05f prepare release 2.0.3 4b5bb41 fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger b500a6f javadoc explaining using multiple markers instead of...

dependencies

Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 2.0.3. Commits b2cb05f prepare release 2.0.3 4b5bb41 fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger b500a6f javadoc explaining using multiple markers instead of...

dependencies

when there is a page break and first column has blank value, the value od secod column apper in first and value of third column in second and it mismatched...

If you determine area width (%) then it calculates column widths % weirdly. The basic calculation is [absolute_column_width_cm]/[total_area_width]. Because column sizes are still absolute size and area width is smaller...

Hello, I am currently attempting to use `tabula-py` to process PDF files that contain an image. However, whenever I attempt to read the document with `tabula.read_pdf`, I get an error...

We are getting below "subprocess" error, when we are running code in container. In local machine, however it is working fine. We had installed Tabula on local machine an year...

While gson version was updated to 2.0.9 to fix the following issue: https://github.com/advisories/GHSA-4jrv-ppp4-jm57 through https://github.com/tabulapdf/tabula-java/commit/ab93da966b42b3384ba69556b491e82a0580bcda the latest release https://github.com/tabulapdf/tabula-java/releases/tag/v1.0.5 still has the vulnerable version. Would it be ok asking for...

When 2 of the cells in the PDF continue beyond the cell's boundary, the next cell's content goes "crazy" (i.e. is totally different than expected) ## in the example sample:...