Skip to content

chore(deps): bump pdf-inspector to 1.14.2 - #92

Merged
abimaelmartell merged 1 commit into
mainfrom
chore/bump-pdf-inspector-1.14.2
Aug 13, 2026
Merged

chore(deps): bump pdf-inspector to 1.14.2#92
abimaelmartell merged 1 commit into
mainfrom
chore/bump-pdf-inspector-1.14.2

Conversation

@abimaelmartell

@abimaelmartell abimaelmartell commented Aug 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump the PDF frontend from pdf-inspector 0.1.8 to 1.14.2 (the current crates.io release; versions were unified at 1.14.0).
  • process_pdf_mem / PdfError are unchanged, so src/formats/pdf.rs needed no API edits.
  • Picks up parser resource bounds and extraction fixes from pdf-inspector 1.14.2: Form XObject expansion, CID /W / CMap / content-stream / detector / clustering caps, Form XObject T*/TL/'/"/Tc/Tw, and small-caps table merging.

Test plan

  • cargo test --locked
  • cargo fmt --all --check

Made with Cursor


Summary by cubic

Upgrade pdf-inspector from 0.1.8 to 1.14.2 to enforce parser resource bounds and improve text extraction. Previously parsing could over-consume resources and miss Form XObject operators; now parsing is bounded and handles Form XObject operators and small-caps, which may slightly change extracted text.

Review notes

  • No API changes; process_pdf_mem and PdfError remain the same. No edits to src/formats/pdf.rs.
  • Expect improved stability on complex PDFs; verify extraction on fixtures with Form XObjects or CID fonts.
  • No configuration or migration actions required.

Written for commit 20311d4. Summary will update on new commits.

Review in cubic

Pick up the unified crate release with parser resource bounds and Form XObject / small-caps extraction fixes.

Co-authored-by: Cursor <cursoragent@cursor.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@abimaelmartell
abimaelmartell merged commit b8c433b into main Aug 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant