Files
pdf-inspector/napi/Cargo.toml
T
Abimael MartellandClaude Fable 5 f4aab3b36f 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>
2026-08-11 14:18:41 -07:00

20 lines
320 B
TOML

[package]
name = "pdf-inspector-napi"
version = "1.14.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
pdf-inspector = { path = ".." }
napi = { version = "3.0.0", features = ["serde-json"] }
napi-derive = "3.0.0"
[build-dependencies]
napi-build = "2"
[profile.release]
lto = true
strip = "debuginfo"