Bitbucket is a code hosting site with unlimited public and private
repositories. We're also free for small teams!
Try Bitbucket, free
See docs/index.html
pytest is needed to run tests in the 'tests' folder.
Recent activity
Commits by
Virgil Dupras
were pushed to
hsoft/pdfminer3k
2012-07-20
393ed81
-
Instead of trying to optimize grouping (which broke a test), skip it when there's too many boxes to group. What's the point of nesting 2-sized ...
88bfb63
-
Optimized layout.group_textboxes() to fix a problem where many text elements would cause the function to stall for eons.
3fdba9a
-
Support object references as filters in streams.
7af4676
-
Parse everything as soon as an objectid can't be found.
7b4680e
-
Fixed a crash preventing redeaing of PDFs for which stream IDs hosting page objects weren't in the xrefs.
2c2af36
-
Began the development of pdfexplore, a command prompt utility to explore PDFs (to debug them).