From b4d401241ef00d0847d9c0aae4588b323520029a Mon Sep 17 00:00:00 2001 From: Abimael Martell <1450169+abimaelmartell@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:41:46 -0700 Subject: [PATCH] chore(napi): bump @firecrawl/pdf-inspector to 1.10.0 (#127) New in this release (#125): isStrikeout on TextItem (geometric detection sharing the underline rules pipeline), descriptor/embedded- font bold+italic recall for subset fonts (FontDescriptor flags, ttf-parser OS/2+post, bare-CFF Name INDEX), quote-operator advance width, Ts text-rise handling, ActualText rise/position fixes, and a document-scoped font style cache. Claude-Session: https://claude.ai/code/session_01L3U6BKYCS73DVA83odAfYB Co-authored-by: Claude Fable 5 --- napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/package.json b/napi/package.json index e3ac149..763a7cd 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "@firecrawl/pdf-inspector", - "version": "1.9.11", + "version": "1.10.0", "description": "Fast PDF classification and text extraction. Detect text-based vs scanned PDFs, extract text by region with quality checks. Native Rust performance via napi-rs.", "main": "index.js", "types": "index.d.ts",