v1.19.0

firecrawl/pdf-inspectorv1.19.0Sep 9, 2026by abimaelmartell

AI Summary

This release improves text extraction accuracy by fixing bold style preservation and handling horizontal scaling. It also exposes legacy symbol-rewrite metadata in both Rust and Node environments. Furthermore, it recovers stale font mappings and separates clipped text runs for better data structure.

Key Highlights

  • Preserve stroke-simulated bold
  • Honor horizontal text scaling
  • Expose legacy symbol-rewrite metadata in Rust and Node
  • Recover stale single-byte font mappings
  • Keep separately clipped text runs apart

Breaking Changes

  • Rust migration: `TextItem` literals need `legacy_symbol_rewrite: false` for items without symbol cleanup.
  • The Node `legacySymbolRewrite` field is now optional and is emitted only when cleanup changed a character.

New Features

  • Expose legacy symbol-rewrite metadata in Rust and Node environments

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)