pdfplumber-parse 0.2.0

PDF parsing and content stream interpreter for pdfplumber-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pdfplumber-parse"
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "PDF parsing and content stream interpreter for pdfplumber-rs"
keywords = ["pdf", "parser", "content-stream", "pdfplumber"]
categories = ["parser-implementations"]

[dependencies]
pdfplumber-core = { version = "0.2.0", path = "../pdfplumber-core" }
lopdf = { version = "0.34", default-features = false, features = ["nom_parser"] }
thiserror = "2"

[dev-dependencies]
md5 = "0.7"