summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2024-03-07Upgrade gofpdf to version which will not fail to print arg for TzNick White
2024-02-06Fix selecting a custom training file in flatpakNick White
This is done by copying any training to the temporary tesseract directory, and always using that as the TESSDIR. This works as it's writeable (unlike the /app/share directory that flatpak would otherwise work)
2024-01-29Update to latest fyne versionNick White
2023-02-13rescribe: update fyne to v2.3.0Nick White
2022-11-17Update PDF reading library to enable reading more CCITT formatted images in PDFsNick White
2022-11-17rescribe: support CCITTFaxDecode (tiff) encoded images in PDF readingNick White
2022-08-01rescribe: update fyne versionNick White
2022-02-09rescribe: makefile now supports cross-compiling with fyneNick White
This also necessitated a version bump to fyne.
2021-11-22rescribe: Add support for reading images directly from PDFsNick White
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.
2021-10-25rescribe: wip gui using fyneNick White
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-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-28Tidy go.sumNick 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-11Add go.mod and go.sumNick White