summaryrefslogtreecommitdiff
path: root/cmd/rescribe/gui.go
AgeCommit message (Expand)Author
2022-01-10rescribe: ensure books with a space in the name are handled correctly in the guiNick 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: add "Choose PDF" button, and make chosen dir/file section a label r...Nick White
2021-12-20fixed -png flag and changed rescribe tool to save binarized png in separate f...Antonia Rescribe
2021-12-20rescribe: Include stderr in log area, and ensure button is re-enabled on failureNick White
2021-11-23gofmt, plus update documentation of recently changed pipeline.UploadImagesNick White
2021-10-26rescribe: Separate gui code, and organise it better (should be no functional ...Nick White