From 673f77278f5b65576de7fee651ae290345e65282 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 22 Nov 2021 17:26:41 +0000 Subject: 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. --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 ) -- cgit v1.2.1-24-ge1ad