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>
20 lines
320 B
TOML
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"
|