From d7e697fc5eba7785b8100d70a819c22bdd1c6c82 Mon Sep 17 00:00:00 2001 From: Abimael Martell <1450169+abimaelmartell@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:26:32 -0700 Subject: [PATCH] chore(napi): bump @firecrawl/pdf-inspector to 1.10.4 (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships #145: exclusive item->region assignment in extract_text_in_regions (overlapping layout regions no longer double-extract shared items — duplicated lines on 21% of a 2,078-doc bench corpus, with occasional content loss when downstream dedup kept the wrong variant). 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 3cadd99..4bb58f0 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "@firecrawl/pdf-inspector", - "version": "1.10.3", + "version": "1.10.4", "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",