pdf_process 0.1.0

Library for rendering and extracting metadata/text from PDF files using poppler
Documentation
[dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3"

[dependencies.image]
default-features = false
features = ["rayon", "jpeg"]
version = "0.25"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["io-util", "process"]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["multimedia", "multimedia::images", "multimedia::encoding", "visualization"]
description = "Library for rendering and extracting metadata/text from PDF files using poppler"
edition = "2021"
homepage = "https://github.com/jacobtread/pdf_process"
keywords = ["pdf", "image", "conversion"]
license = "MIT"
name = "pdf_process"
readme = "README.md"
repository = "https://github.com/jacobtread/pdf_process"
version = "0.1.0"

[[test]]
name = "test_images"
path = "tests/test_images.rs"

[[test]]
name = "test_info"
path = "tests/test_info.rs"

[[test]]
name = "test_text"
path = "tests/test_text.rs"