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 @@
[package]
name = "pdf-inspector"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
autobins = false
authors = ["Firecrawl Team"]