summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2021-08-17pdf: Stretch words to fit in their boxes, for more perfect embeddingNick White
- Words are stretched to fit their boxes, which means the accuracy is now very high indeed. This was done by modifying gofpdf to add the SetCellStretchToFit function, which will hopefully be upstreamed in due course. - Copy pasting from a PDF works well with lines rarely if ever being erroneously broken by the PDF reader. There was quite a bit of trial-and-error to improve this, and the stretched text plus a space being added after the word in CellFormat was the best (plus preserves accuracy of word and character locations).
2021-07-27Update dependenciesNick White
2021-06-21rescribe: Embed Tesseract into binary so that no Tesseract install is necessaryNick White
2021-04-12Update preproc dependencyNick White
2021-02-05Merge branch 'master' of ↵Nick White
ssh://ssh.phx.nearlyfreespeech.net/home/public/bookpipeline
2021-02-05Update go-chart dependencyNick White
2021-02-01Update AWS dependency to 1.37.1Nick White
2020-12-14Update preproc module used to incorporate an important crash fixNick White
2020-11-18Switch to a maintained version of gofpdfNick White
2020-08-18Update preproc to v0.4.0 to enable vertical wipingNick White
2020-07-20Update preproc to v0.1.4 to take advantage of vertical wiping parameters, ↵v0.2.5Nick White
and change WipeFile() to take advantage of them
2020-05-04Update preproc dependency so that vwipe is enabledv0.2.3Nick White
2020-04-14Update preproc and utils dependenciesv0.2.2Nick White
2020-04-07Update dependenciesv0.2.1Nick White
2020-02-28Update go-chart to a working version in go.modv0.1.2Nick White
2020-02-27Update rescribe.xyz/utils dependencyv0.1.1Nick White
2020-02-27Update go.modNick White
2019-11-20Add x/image to go.modNick White
2019-11-11Add go.mod and go.sumNick White