chore(release): bump package versions to 1.14.1 (#354)
Releases fix(regions) #351 — invisible (Tr 3) OCR text layers served from the region extractor instead of falling back to GPU OCR. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
f65b25906c
commit
f4aab3b36f
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pdf-inspector"
|
name = "pdf-inspector"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
autobins = false
|
autobins = false
|
||||||
authors = ["Firecrawl Team"]
|
authors = ["Firecrawl Team"]
|
||||||
|
|||||||
Generated
+2
-2
@@ -851,7 +851,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pdf-inspector"
|
name = "pdf-inspector"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"include_dir",
|
"include_dir",
|
||||||
@@ -867,7 +867,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pdf-inspector-napi"
|
name = "pdf-inspector-napi"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"napi",
|
"napi",
|
||||||
"napi-build",
|
"napi-build",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pdf-inspector-napi"
|
name = "pdf-inspector-napi"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
+6
-6
@@ -8,12 +8,12 @@
|
|||||||
"@napi-rs/cli": "^3.4.1",
|
"@napi-rs/cli": "^3.4.1",
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@firecrawl/pdf-inspector-darwin-arm64": "1.14.0",
|
"@firecrawl/pdf-inspector-darwin-arm64": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-arm64-gnu": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-arm64-gnu": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-arm64-musl": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-arm64-musl": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-x64-gnu": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-x64-gnu": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-x64-musl": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-x64-musl": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-win32-x64-msvc": "1.14.0",
|
"@firecrawl/pdf-inspector-win32-x64-msvc": "1.14.1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
+7
-7
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@firecrawl/pdf-inspector",
|
"name": "@firecrawl/pdf-inspector",
|
||||||
"version": "1.14.0",
|
"version": "1.14.1",
|
||||||
"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.",
|
"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",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
@@ -52,11 +52,11 @@
|
|||||||
"@napi-rs/cli": "^3.4.1"
|
"@napi-rs/cli": "^3.4.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@firecrawl/pdf-inspector-linux-x64-gnu": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-x64-gnu": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-x64-musl": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-x64-musl": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-arm64-gnu": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-arm64-gnu": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-linux-arm64-musl": "1.14.0",
|
"@firecrawl/pdf-inspector-linux-arm64-musl": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-darwin-arm64": "1.14.0",
|
"@firecrawl/pdf-inspector-darwin-arm64": "1.14.1",
|
||||||
"@firecrawl/pdf-inspector-win32-x64-msvc": "1.14.0"
|
"@firecrawl/pdf-inspector-win32-x64-msvc": "1.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ build-backend = "maturin"
|
|||||||
name = "pdf-inspector"
|
name = "pdf-inspector"
|
||||||
# Keep package versions in sync with `python3 scripts/version.py <version>`.
|
# Keep package versions in sync with `python3 scripts/version.py <version>`.
|
||||||
# CI publishes automatically when the synchronized change lands on main.
|
# CI publishes automatically when the synchronized change lands on main.
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection"
|
description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection"
|
||||||
readme = "docs/python.md"
|
readme = "docs/python.md"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
|
|||||||
+1
-1
@@ -975,7 +975,7 @@ result = pdf_inspector.<span class="fn">process_pdf</span>(<span class="str">"do
|
|||||||
<script>
|
<script>
|
||||||
(() => {
|
(() => {
|
||||||
const MAX_FILE_SIZE = 25 * 1024 * 1024;
|
const MAX_FILE_SIZE = 25 * 1024 * 1024;
|
||||||
const WASM_MODULE_URL = "https://cdn.jsdelivr.net/npm/@firecrawl/pdf-inspector-wasm@1.14.0/pdf_inspector_wasm.js";
|
const WASM_MODULE_URL = "https://cdn.jsdelivr.net/npm/@firecrawl/pdf-inspector-wasm@1.14.1/pdf_inspector_wasm.js";
|
||||||
const input = document.querySelector("#pdf-input");
|
const input = document.querySelector("#pdf-input");
|
||||||
const dropZone = document.querySelector("#drop-zone");
|
const dropZone = document.querySelector("#drop-zone");
|
||||||
const filePanel = document.querySelector("#demo-file");
|
const filePanel = document.querySelector("#demo-file");
|
||||||
|
|||||||
Generated
+2
-2
@@ -724,7 +724,7 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pdf-inspector"
|
name = "pdf-inspector"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"include_dir",
|
"include_dir",
|
||||||
@@ -740,7 +740,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pdf-inspector-wasm"
|
name = "pdf-inspector-wasm"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pdf-inspector-wasm"
|
name = "pdf-inspector-wasm"
|
||||||
version = "1.14.0"
|
version = "1.14.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Firecrawl Team"]
|
authors = ["Firecrawl Team"]
|
||||||
description = "Browser WebAssembly bindings for pdf-inspector"
|
description = "Browser WebAssembly bindings for pdf-inspector"
|
||||||
|
|||||||
Reference in New Issue
Block a user