pdftract/crates
jedarden 59a91f8b5c feat(pdftract-332k1): implement apostrophe and double-quote text-show operators
Implemented the ' (apostrophe) and " (double-quote) text-show operators:

- ' string: Move to next line (T*) then show string (Tj)
- " aw ac string: Set word_spacing=aw, char_spacing=ac, then execute '

Changes:
- Added leading, char_spacing, word_spacing fields to TextMatrix
- Implemented next_line() to use leading (T* operator)
- Added TL, Tc, Tw operators to process_with_mode()
- Fixed " operator in both process_with_mode() and execute_internal() to
  actually set word_spacing and char_spacing
- Added tests for all acceptance criteria

Closes: pdftract-332k1

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 14:17:06 -04:00
..
pdftract-cer-diff docs(pdftract-aawrz): add LICENSE-MIT and LICENSE-APACHE files 2026-05-23 10:36:28 -04:00
pdftract-cli feat(pdftract-3h9xo): implement threads JSON output + schema integration 2026-05-25 13:40:15 -04:00
pdftract-core feat(pdftract-332k1): implement apostrophe and double-quote text-show operators 2026-05-25 14:17:06 -04:00
pdftract-libpdftract feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
pdftract-py feat(pdftract-3h9xo): implement threads JSON output + schema integration 2026-05-25 13:40:15 -04:00