fleischwolf-pdf 0.1.2

PDF/image backend for Fleischwolf: pdfium text extraction + ONNX layout/table/OCR pipeline.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.82"
name = "fleischwolf-pdf"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF/image backend for Fleischwolf: pdfium text extraction + ONNX layout/table/OCR pipeline."
homepage = "https://github.com/artiz/fleischwolf"
readme = "README.md"
keywords = [
    "docling",
    "document",
    "pdf",
    "markdown",
    "converter",
]
categories = [
    "text-processing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/artiz/fleischwolf"

[lib]
name = "fleischwolf_pdf"
path = "src/lib.rs"

[[example]]
name = "extract"
path = "examples/extract.rs"

[[example]]
name = "layout"
path = "examples/layout.rs"

[[example]]
name = "snapshot"
path = "examples/snapshot.rs"

[dependencies.flate2]
version = "1"

[dependencies.fleischwolf-core]
version = "0.1.2"

[dependencies.image]
version = "0.25"

[dependencies.ort]
version = "2.0.0-rc.12"
features = [
    "std",
    "download-binaries",
    "tls-rustls",
]
default-features = false

[dependencies.pdfium-render]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dependencies.tar]
version = "0.4"