v1.19.0
zeroclaw-labs/zeroclawv1.19.0Sep 9, 2026by abimaelmartell
AI Summary
Fixes text extraction issues regarding stroke-simulated bold, horizontal scaling, and symbol metadata, accompanied by a Rust migration to update `TextItem` literal syntax.
Key Highlights
- Preserve stroke-simulated bold
- Honor horizontal text scaling
- Recover stale single-byte font mappings
- Expose legacy symbol-rewrite metadata
- Keep separately clipped text runs apart
Breaking Changes
- Rust migration: TextItem literals need `legacy_symbol_rewrite: false` for items without symbol cleanup.
New Features
- Expose legacy symbol-rewrite metadata in Rust and Node
Full Release Notes
Changes since **1.18.0**: - Preserve stroke-simulated bold. [#511](https://github.com/firecrawl/pdf-inspector/pull/511) - Honor horizontal text scaling. [#510](https://github.com/firecrawl/pdf-inspector/pull/510) - Recover stale single-byte font mappings. [#516](https://github.com/firecrawl/pdf-inspector/pull/516) - Expose legacy symbol-rewrite metadata in Rust and Node. [#519](https://github.com/firecrawl/pdf-inspector/pull/519) - Keep separately clipped text runs apart. [#518](https://github.com/firecrawl/pdf-inspector/pull/518) **Rust migration:** `TextItem` literals need `legacy_symbol_rewrite: false` for items without symbol cleanup. The Node `legacySymbolRewrite` field is optional and emitted only when cleanup changed a character. [Full changelog](https://github.com/firecrawl/pdf-inspector/blob/v1.19.0/CHANGELOG.md) ยท [Compare with 1.18.0](https://github.com/firecrawl/pdf-inspector/compare/v1.18.0...v1.19.0)