-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: ruff it up * refactor!: begin the de-Javafication of the API * refactor!: the great pythonification continues * fix: make playa.open behave as expected in REPL for instance * feat!: reimplement dests/names as NameTree * docs: note a rather large problem with dests() * fix: correct the types for name trees and destinations * fix: seems that named destinations are "text strings" * fix: halfway fix literal names (will make them `str` always soon) * fix(test): needed this file * fix: properly enforce bytes for KWD and str for LIT * fix: try to enforce KWD/LIT types better * refactor!: why have a base class if you do not actually use it omg * feat: why are we falling back * feat: benchmark * fix: better messages for xref * fix: no, not TESTDIR * refactor!: make page_objects normal method again * feat: slightly more useful outlines property * chore: ruff n stuff * feat: make dests more interesting (but not interesting neough) * feat: use weakref for PDFObjRef backreferences * test: test weak refs for obj refs * fix: allow str as path too * fix: restore pdfminer compatibility for now * feat: expose stroking/non-stroking color on LTChar as pdfplumber wants * feat: reuse weak reference * refactor!: We are not a layout analyzer
- Loading branch information
Showing
24 changed files
with
637 additions
and
922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.