Skip to content

Commit 555baf7

Browse files
committed
WIP pdf extractor
1 parent 6fc885e commit 555baf7

File tree

8 files changed

+272
-20
lines changed

8 files changed

+272
-20
lines changed

Cargo.lock

Lines changed: 190 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
members = [
3+
"atomizer",
34
"server",
45
"cli",
56
"lib",

atomizer/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
description = "Turn files into Atomic Data."
3+
edition = "2021"
4+
name = "atomizer"
5+
version = "0.1.0"
6+
7+
[dependencies]
8+
atomic_lib = {version = "0.34.0", path = "../lib"}
9+
# Should match the version of pdf-extract
10+
mime_guess = "2.0.4"
11+
pdf-extract = {git = "https://github.com/Hessesian/pdf-extract"}

0 commit comments

Comments
 (0)