summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-11Separate out fullsize pdf creation from colour pdf creation, so less memory i...fullsizepdfNick White
2022-03-11Add initial support for full-size PDF generationNick White
2022-03-11Name PDF extracted images so they sort correctlyNick White
2022-02-28rescribe: improve layout of completed popupNick White
2022-02-28rescribe: Further improve getembeds error reporting and recognitionNick White
2022-02-28rescribe: Fix error printing with getembedsNick White
2022-02-28rescribe: Add embed_darwin.go to include getbook into OSX buildsNick White
2022-02-28rescribe: Add " searchable" to file name for saved PDFNick White
2022-02-28rescribe: Add popup on completion reporting where files were savedNick White
2022-02-28adjusted file renaming to make suffixes of png and jpg files lowercase and ch...Antonia Rescribe
2022-02-28rescribe: Improve wording of training dropdownNick White
2022-02-28Add PreNoWipe queue, that just does binarisation but no wipingNick White
2022-02-28bookpipeline: ensure context is initialised before using it, to avoid panicNick White
2022-02-28bookpipeline: Switch to rescribev9 as default trainingNick White
2022-02-24rescribe: Add embedded getgbookNick White
2022-02-24rescribe: Improve getgbook failure error dialog by keeping it simpleNick White
2022-02-23rescribe: fix typo with embedded getgbook runningNick White
2022-02-23Add getgbook embedding for darwinNick White
2022-02-23rescribe: Add embedded support for getgbook, for linux only so farNick White
2022-02-21rescribe: Add getgbook use to the GUI (not embedded yet)Nick White
2022-02-21Ensure that no new console windows are opened on Windows when executing Tesse...Nick White
2022-02-21rescribe: add .zip version of .app for macNick White
2022-02-14rescribe: Add gui elements for getgbook integration (wip)Nick White
2022-02-09rescribe: ensure go generate is called when needed in makefile, and remove un...Nick White
2022-02-09rescribe: makefile now supports cross-compiling with fyneNick White
2022-02-09rescribe: make go generate skip already downloaded files, checking that check...Nick White
2022-01-31rescribe: remove unnecessary extra cancel calls; anything which errors should...Nick White
2022-01-31Ensure cancel is sent to any errant processes in case of an error, and stick ...Nick White
2022-01-31pipeline: Fail if no images are presentNick White
2022-01-31rescribe: Add context cancelling to extractPdfImgs(), so it's no longer possi...Nick White
2022-01-31rescribe: Ensure status isnt overwritten after an abort, when wipe-only prepr...Nick White
2022-01-31rescribe: fix bug where a successful run would segfaultNick White
2022-01-31Make pipeline context-aware, so the rescribe tool can cancel jobsNick White
2022-01-24Update spot image idNick White
2022-01-17rescribe: Surface errors properly, with a dialogue boxNick White
2022-01-17rescribe: Show friendly names for the trainings, and hide "osd" trainingNick White
2022-01-17internal/pipeline: if a graph cannot be created, don't leave an empty graph.p...Nick White
2022-01-10rescribe: Increase size of file & folder picker dialog windowsNick White
2022-01-10rescribe: Put log in an accordion, disable buttons when processing, and don't...Nick White
2022-01-10rescribe: ensure books with a space in the name are handled correctly in the guiNick White
2022-01-10rescribe: Rename PDFs taking into account that in some cases one or the other...Nick White
2022-01-10internal/pipeline: Have DownloadPdfs() try to download all PDFs, but only ret...Nick White
2022-01-10rescribe: handle PDF errors much more gracefullyNick White
2022-01-04rescribe: parse stdout and set progress bar based on it, using appropriate la...Nick White
2022-01-04rescribe: Restrict file types to select for .pdf and .traineddata file pickersNick White
2022-01-04rescribe: add select box to choose training to use, including an Other... optionNick White
2021-12-20rescribe: Ensure temporary tesseract data is only removed when the program en...Nick White
2021-12-20rescribe: Improve layout of gui, and make dir entry box read onlyNick White
2021-12-20rescribe: Ensure temporary tesseract dir is removed in gui mode tooNick White
2021-12-20rescribe: add "Choose PDF" button, and make chosen dir/file section a label r...Nick White