fix(extractor): flag garbled text spans for OCR (#108)

* fix(extractor): flag garbled text spans for OCR

* fix(extractor): apply text quality checks to regions

* chore(napi): bump npm package version
This commit is contained in:
Abimael Martell
2026-06-23 13:12:10 -07:00
committed by GitHub
parent f25808e0a7
commit 57b98c6a5d
3 changed files with 230 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@firecrawl/pdf-inspector",
"version": "1.9.6",
"version": "1.9.7",
"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",