summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-11-22 17:26:41 +0000
committerNick White <git@njw.name>2021-11-22 17:26:41 +0000
commit673f77278f5b65576de7fee651ae290345e65282 (patch)
tree90ad3b6040fa7a0b95f188836631f3f1f180886e /go.mod
parente9814508f443d10f91c962d2cad147ae0e2579fb (diff)
rescribe: Add support for reading images directly from PDFs
There are several TODO items before this can be considered "good enough", let alone complete. See the comments in the code for details. On a good day, with a fair wind, though, this works.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7171045..f12564b 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/wcharczuk/go-chart/v2 v2.1.0
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
+ rescribe.xyz/pdf v0.1.3
rescribe.xyz/preproc v0.4.2
rescribe.xyz/utils v0.1.3
)