fix(markdown): handle wrapped bold abstracts (#100)

* fix(markdown): handle wrapped bold abstracts

* chore: bump napi package version
This commit is contained in:
Abimael Martell
2026-06-01 14:59:18 -07:00
committed by GitHub
parent 42befcea57
commit 6e55e38b55
2 changed files with 233 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@firecrawl/pdf-inspector",
"version": "1.9.4",
"version": "1.9.5",
"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",