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

Hangs on Table parsing. Never comes back (command line)

Open BainMcKay opened this issue 6 years ago • 0 comments

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 .

Here are the parms:

-jar C:\PROGRA~1\Kayvium\bin\tabula-1.0.2-jar-with-dependencies.jar -g 645aba0685984449846cdc4876d9f535.pdf -f JSON -o 645aba0685984449846cdc4876d9f535.JSON --pages=all

here is the console log. It hangs when the last line is logged:

INFO: To get higher rendering speed on JDK8 or later, Dec 30, 2018 3:03:02 PM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS INFO: use the option -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider Dec 30, 2018 3:03:02 PM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS INFO: or call System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider")

Cyara_Suite_Overview_06.12.pdf

BainMcKay avatar Dec 30 '18 20:12 BainMcKay