All Versions
9
Latest Version
Avg Release Cycle
207 days
Latest Release
1324 days ago

Changelog History

  • v1.0.4 Changes

    September 03, 2020

    ๐Ÿ› 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)
  • v1.0.3 Changes

    June 24, 2019

    ๐Ÿ› 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
  • v1.0.2 Changes

    May 22, 2018

    ๐Ÿ› 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!)
  • v1.0.1 Changes

    August 06, 2017

    ๐Ÿ› 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
  • v1.0.0 Changes

    July 22, 2017
    • Completed migration to PDFBox 2! (#150) Special thanks to @melisabok and the Shuttleworth Foundation.
    • ๐Ÿ›  Minor bugfixes
  • v0.9.2 Changes

    January 25, 2017
    • โž• 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
  • v0.9.1 Changes

    August 25, 2016

    tabula-java 0.9.1

  • v0.9.0 Changes

    March 31, 2016

    tabula-java 0.9.0

  • v0.8.0 Changes

    February 25, 2016

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