summaryrefslogtreecommitdiff
path: root/pdf.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-02-05 17:15:51 +0000
committerNick White <git@njw.name>2021-02-05 17:15:51 +0000
commit11470933e4fd379b4aefa4e2bab33662a72791c2 (patch)
tree8607e7739989ff63032b9ce10a8bf8553ecc6eb6 /pdf.go
parent3e7da751b3ca917adb79674eac4ef2a3267e3984 (diff)
parenta8c7481f0dc02bbda3b3a07091e9d61f6eb728b2 (diff)
Merge branch 'master' of ssh://ssh.phx.nearlyfreespeech.net/home/public/bookpipeline
Diffstat (limited to 'pdf.go')
-rw-r--r--pdf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf.go b/pdf.go
index f8217ba..64a8654 100644
--- a/pdf.go
+++ b/pdf.go
@@ -16,7 +16,7 @@ import (
"io/ioutil"
"os"
- "github.com/jung-kurt/gofpdf"
+ "github.com/phpdave11/gofpdf"
"golang.org/x/image/draw"
"rescribe.xyz/utils/pkg/hocr"
)