mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
CLI + MCP server for extracting clean, structured content from any URL. 6 Rust crates, 10 MCP tools, TLS fingerprinting, 5 output formats. MIT Licensed | https://webclaw.io
11 lines
254 B
TOML
11 lines
254 B
TOML
[package]
|
|
name = "webclaw-pdf"
|
|
description = "PDF text extraction for webclaw"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pdf-extract = "0.7"
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|