From 8151056456257aa6929844ca262f68d9f501f276 Mon Sep 17 00:00:00 2001 From: Outis Date: Sun, 29 Mar 2026 17:48:48 -0400 Subject: [PATCH] Fix PDF scanner, add proper noun toggle, fix footer version, bump to 0.9.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - document-scanner.js: Add missing await on _inflateSync(), widen FlateDecode lookback to 500 bytes, support array form /Filter [/FlateDecode] - content.js, storage.js: Gate proper noun detection behind detectProperNouns setting (default false) — was always-on causing noisy false positives - options.html, options.js: Add toggle for proper noun detection, fix footer version to read dynamically from manifest (was hardcoded v0.3.0) - Bump version 0.9.23 → 0.9.26