Skip to content

Commit

Permalink
We can merge multiple scanned pages into a pdf now
Browse files Browse the repository at this point in the history
Big honkin' commit. I'm not going to dissect this into smaller changes
anymore. Handling PDFs is a pain, apparently.
  • Loading branch information
tanuva committed Dec 19, 2023
1 parent 059f1ee commit ddd7643
Show file tree
Hide file tree
Showing 4 changed files with 604 additions and 22 deletions.
258 changes: 258 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions escl-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ log = "0.4.*"
reqwest = { version = "0.11.16", features = ["blocking"] }
serde = { version = "1.0.160", features = ["derive"] }
serde-xml-rs = "0.6.0"
lopdf = "0.31.*"
uuid = { version = "1.6.*", features = ["v4"] }
zeroconf = "0.12.*"
Loading

0 comments on commit ddd7643

Please sign in to comment.