diff options
author | Nick White <git@njw.name> | 2021-11-22 17:26:41 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-11-22 17:26:41 +0000 |
commit | 673f77278f5b65576de7fee651ae290345e65282 (patch) | |
tree | 90ad3b6040fa7a0b95f188836631f3f1f180886e /go.mod | |
parent | e9814508f443d10f91c962d2cad147ae0e2579fb (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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |