0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
trying to release More... over 10 years ago
adds download note More... over 10 years ago
Merge pull request #60 from mcharters/fix-clipping-infinite-loop More... over 10 years ago
Fix an infinite loop that happened when clipping due to floating point math More... over 10 years ago
remove comment More... over 10 years ago
remove lock file More... over 10 years ago
Merge pull request #56 from mcharters/nurminen-table-detection More... over 10 years ago
Make sure we don't cross more than max text lines More... over 10 years ago
Allow for more wiggle room in table overlap ratio to correctly merge more tables More... over 10 years ago
Expand lines more during line merge More... over 10 years ago
Merge branch 'nurminen-table-detection' of https://github.com/mcharters/tabula-java into nurminen-table-detection More... over 10 years ago
Add a debug flag for looking at detected table regions More... over 10 years ago
Don't try to find lines of text chunks if there are no text chunks More... over 10 years ago
Close created documents so we don't get warnings More... over 10 years ago
Cut down on the amount of PDFBox logging during testing More... over 10 years ago
Better table detection tests now have baseline data to test for regressions More... over 10 years ago
Remove an unused point comparator and some unused imports More... over 10 years ago
Remove the need for a reference to the pdf document More... over 10 years ago
Merge branch 'master' into nurminen-table-detection More... over 10 years ago
Reuse code from elsewhere and get rid of some duplicate stuff More... over 10 years ago
Store a reference to PDPage in Page More... over 10 years ago
Turns out three table header rows are better than two. 51 tests pass now More... over 10 years ago
Merge pull request #57 from melisabok/feature/object-extractor-test More... over 10 years ago
- Refactor ObjectExtractor creation and initialization, remove unused getters. - Add more tests - Fix extract wrong page number. More... over 10 years ago
Replace getOrDefault with old-style getOrDefault code More... over 10 years ago
Ignore the table detection tests again More... over 10 years ago
Code cleanup More... over 10 years ago
Loop and remove text lines while finding more tables on the same page More... over 10 years ago
Use horizontal lines as guides for table start/end; stop looking for table rows after a large line break More... over 10 years ago
Add todo notes More... over 10 years ago