summaryrefslogtreecommitdiff
path: root/pdf.go
diff options
context:
space:
mode:
Diffstat (limited to 'pdf.go')
-rw-r--r--pdf.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf.go b/pdf.go
index 908f0b6..9fa52f3 100644
--- a/pdf.go
+++ b/pdf.go
@@ -16,6 +16,7 @@ import (
"rescribe.xyz/utils/pkg/hocr"
)
+// TODO: maybe set this in Fpdf struct
const pageWidth = 5 // pageWidth in inches
// pxToPt converts a pixel value into a pt value (72 pts per inch)