[package]
edition = "2024"
rust-version = "1.85"
name = "spdf-core"
version = "0.2.0-alpha.2"
authors = ["spdf contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orchestrator for the spdf pipeline."
homepage = "https://github.com/Fanaperana/spdf"
documentation = "https://docs.rs/spdf-core"
readme = "README.md"
keywords = [
"pdf",
"ocr",
"parsing",
"text-extraction",
"tesseract",
]
categories = [
"text-processing",
"parser-implementations",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Fanaperana/spdf"
resolver = "2"
[features]
default = []
tesseract = ["spdf-ocr/tesseract"]
[lib]
name = "spdf_core"
path = "src/lib.rs"
[[test]]
name = "adversarial"
path = "tests/adversarial.rs"
[[test]]
name = "guards"
path = "tests/guards.rs"
[dependencies.rayon]
version = "1.10"
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dependencies.spdf-convert]
version = "0.2.0-alpha.2"
[dependencies.spdf-ocr]
version = "0.2.0-alpha.2"
features = ["http"]
[dependencies.spdf-output]
version = "0.2.0-alpha.2"
[dependencies.spdf-pdf]
version = "0.2.0-alpha.2"
[dependencies.spdf-processing]
version = "0.2.0-alpha.2"
[dependencies.spdf-projection]
version = "0.2.0-alpha.2"
[dependencies.spdf-types]
version = "0.2.0-alpha.2"
[dependencies.tempfile]
version = "3"
[dependencies.tracing]
version = "0.1"