Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-06 | Fix selecting a custom training file in flatpak | Nick 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-29 | Update to latest fyne version | Nick White | |
2023-02-13 | rescribe: update fyne to v2.3.0 | Nick White | |
2022-11-17 | Update PDF reading library to enable reading more CCITT formatted images in PDFs | Nick White | |
2022-11-17 | rescribe: support CCITTFaxDecode (tiff) encoded images in PDF reading | Nick White | |
2022-08-01 | rescribe: update fyne version | Nick White | |
2022-02-09 | rescribe: makefile now supports cross-compiling with fyne | Nick White | |
This also necessitated a version bump to fyne. | |||
2021-11-22 | rescribe: Add support for reading images directly from PDFs | Nick 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-11-20 | Enable fyne gui again | Nick White | |
2021-10-29 | Temporarily disable fyne module, as it causes issues with go1.11 build | Nick White | |
2021-10-25 | rescribe: wip gui using fyne | Nick White | |
2021-08-17 | pdf: Stretch words to fit in their boxes, for more perfect embedding | Nick 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-27 | Update dependencies | Nick White | |
2021-06-21 | rescribe: Embed Tesseract into binary so that no Tesseract install is necessary | Nick White | |
2021-04-12 | Update preproc dependency | Nick White | |
2021-02-05 | Merge branch 'master' of ↵ | Nick White | |
ssh://ssh.phx.nearlyfreespeech.net/home/public/bookpipeline | |||
2021-02-05 | Update go-chart dependency | Nick White | |
2021-02-01 | Update AWS dependency to 1.37.1 | Nick White | |
2020-12-14 | Update preproc module used to incorporate an important crash fix | Nick White | |
2020-11-18 | Switch to a maintained version of gofpdf | Nick White | |
2020-08-18 | Update preproc to v0.4.0 to enable vertical wiping | Nick White | |
2020-07-20 | Update preproc to v0.1.4 to take advantage of vertical wiping parameters, ↵v0.2.5 | Nick White | |
and change WipeFile() to take advantage of them | |||
2020-05-04 | Update preproc dependency so that vwipe is enabledv0.2.3 | Nick White | |
2020-04-14 | Update preproc and utils dependenciesv0.2.2 | Nick White | |
2020-04-07 | Update dependenciesv0.2.1 | Nick White | |
2020-02-28 | Update go-chart to a working version in go.modv0.1.2 | Nick White | |
2020-02-27 | Update rescribe.xyz/utils dependencyv0.1.1 | Nick White | |
2020-02-27 | Update go.mod | Nick White | |
2019-11-20 | Add x/image to go.mod | Nick White | |
2019-11-11 | Add go.mod and go.sum | Nick White | |