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

Hi, I know my top and left data points, I need to know the end point (bottom and right) automatically OR auto detect table using starting point

Submit the attached PDF to Tabula, command line, and it hangs - never comes back. I've processed 1000s of PDFs through Tabula. I've also upgrade to latest version. Same issue...

If the auto-detected areas are slightly expanded, then the entire table is fully recognized. For example, this PDF [example.pdf](https://github.com/tabulapdf/tabula-java/files/2571901/example.pdf) loses the last row of the table. I subtracted 3 from...

The 4 parameters constructor of the class Rectangle calls the method `setRect` with a wrong order. the constructor is ` Rectangle(float top, float left, float width, float height)` but it...

I am trying to parse PDF with tabula and facing issue while parsing the table wherein the rows are not having any line separator. In case of row having blank...

````May 30, 2018 3:38:16 PM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS INFO: To get higher rendering speed on JDK8 or later, May 30, 2018 3:38:16 PM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS INFO: use the option -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider May...

Hello I am trying to extract data from this file: [page.pdf](https://github.com/tabulapdf/tabula-java/files/2529814/page.pdf) I am using the python wrapper: ``` import tabula tabula.__version__ '1.3.0' ``` When I run this code: ``` from...

I'm experiencing a problem while importing a table with this algorithms, it looses some text in the left corner of the row, whilst the basic algorithm doesn't.

If I apply batch mode on a directory of *.pdf and *.PDF files, only the ones with lowercase extension have been picked up. edit: running against the latest tabula core...

**Is your feature request related to a problem? Please describe.** Lattice=True does not work with a specific document because the table does not have visible vertical column lines. I'm using...