Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 15, 2024
1 parent 2a4f017 commit 0f6c584
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## PLAYA 0.2.6: Unreleased
- Correct some type annotations (these were not really bugs)
- Handle more CMap and ToUnicode corner cases

## PLAYA 0.2.5: 2024-12-15
- Fix various bugs in the lazy API
- Add specialized `__len__` methods to ContentObject classes
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## PLAYA 0.2.x
- [ ] work around invalid ToUnicode CMaps
- Implement and test all special cases from pdf.js readToUniocde
- Debug/trace pdf.js on the cases noted in tests/data.py
- [ ] `decode_text` is remarkably slow
- [ ] `render_char` and `render_string` are also quite slow
- [ ] add something inbetween `chars` and full bbox for TextObject
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
import time
from pathlib import Path
from tests.data import TESTDIR, BASEPDFS, PASSWORDS, XFAILS, CONTRIB
from tests.data import BASEPDFS, PASSWORDS, XFAILS
from tests.test_open import PDFMINER_BUGS

LOG = logging.getLogger("benchmark-convert")
Expand Down

0 comments on commit 0f6c584

Please sign in to comment.