- 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)
1.0.3
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
1.0.2
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!)
1.0.1
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
1.0.0
- Completed migration to PDFBox 2! (150) Special thanks to melisabok and the Shuttleworth Foundation. - Minor bugfixes
0.9.2
- 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