Skip to content

Releases: tabulapdf/tabula-java

tabula 1.0.5

17 Aug 12:42
Compare
Choose a tag to compare

Bugfix and maintenance release:

  • Refine heuristic to filter out tall-ish whitespace elements that can throw off text chunking by considering realistic font sizes (thanks @travisbeale !)
  • Lots of code cleanups and refactors (thanks @ZaqueuCavalcante, @Milchreis, @GustavAT !)
  • Update PDFBox to 2.0.24

tabula 1.0.4

03 Sep 12:55
Compare
Choose a tag to compare

Bug fix and maintenance release:

  • Updated dependencies
  • clarify -a command's coordinate order (thanks @jeremybmerrill!)
  • Extra information on coordinate system in command-line help text (thanks @harrybiddle!)
  • Fix excessive memory usage issue with large (many pages) PDFs
  • getFontSize -> getFontSizeInPt (#277)
  • CommandLineApp: disable unused --debug flag
  • Added a heuristic to filter out tall-ish whitespace elements that can throw off text chunking (thanks @travisbeale)

tabula 1.0.3

24 Jun 22:07
Compare
Choose a tag to compare

Bug fix and maintenance release:

  • Make RectangleSpatialIndex public (#243 — Thanks @ejschoen!)
  • Add right and bottom of area to JSON output (#265 — Thanks @laigor!)
  • -g flag in command line app translates to ExtractionMethod.DECIDE
  • Updated dependencies

tabula 1.0.2

22 May 17:37
Compare
Choose a tag to compare

Bug fix and maintenance release:

  • Removes Java Spatial Index in favor of Java Topology Suite (0705bc6)
  • Upgrade to PDFBox 2.0.9 (e37c666)
  • Allow multiple occurrences of -a parameter. Allow -a parameter to accept % values as well as absolute values (#213 — Thanks @asheeshrana!)
  • Fixes NPE in PointComparator (#206)
  • General cleanups and refactor (#187 — Thanks @giorgiga!)

tabula 1.0.1

06 Aug 19:18
Compare
Choose a tag to compare

Bug fix release

  • Fix #168: accept passwords from the command line application.
  • remove dead code, cleanup
  • Fix #174: account for non-(0,0) CropBoxes
  • Support JBIG and JPEG2000 image formats

tabula 1.0.0

22 Jul 02:38
Compare
Choose a tag to compare
  • Completed migration to PDFBox 2! (#150) Special thanks to @melisabok and the Shuttleworth Foundation.
  • Minor bugfixes

tabula 0.9.2

25 Jan 02:55
Compare
Choose a tag to compare
  • adds batch mode!
  • a lot of bug fixes so that empty selections return empty data (rather than an error)
  • rename internally some of the references to "Lattice" and "Stream" modes (previously Spreadsheet and Original or no-spreadsheet, respectively)
  • support Java 9

tabula-java 0.9.1

25 Aug 21:35
Compare
Choose a tag to compare

tabula-java 0.9.1

tabula-java 0.9.0

31 Mar 16:33
Compare
Choose a tag to compare

tabula-java 0.9.0

tabula-java 0.8.0

25 Feb 20:51
Compare
Choose a tag to compare

Our 0.8.0 release is ready for real-world use (though there may still be some bugs).