fix(pdf-inspector): recover wrapped key-value tables (#99)

* fix(pdf-inspector): recover wrapped key-value tables

* fix(pdf-inspector): satisfy clippy
This commit is contained in:
Abimael Martell
2026-06-01 10:10:55 -07:00
committed by GitHub
parent e547f616f9
commit 42befcea57
2 changed files with 570 additions and 52 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@firecrawl/pdf-inspector",
"version": "1.9.3",
"version": "1.9.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",