summaryrefslogtreecommitdiff
path: root/bucket-lines/main.go
AgeCommit message (Collapse)Author
2020-02-27Reorganise all commands to be behind cmd/Nick White
2019-10-23Make bucket-lines and related packages more robustNick White
bucket-lines would crash for any line that didn't have a corresponding image. Lines which weren't grayscale would also cause crashes; now they are just converted to grayscale if necessary. As a bonus, lines in jpeg can also be decoded successfull.
2019-10-08Remove parts that have been moved elsewhere, and rename to rescribe.xyz/utilsNick White
bookpipeline is now at rescribe.xyz/bookpipeline preproc is now at rescribe.xyz/preproc integralimg is now at rescribe.xyz/preproc/integralimg
2019-01-25gofmtNick White
2019-01-25Use consistent naming for .prob and .hocr OcrNameNick White
2019-01-25Update location of librariesNick White
2019-01-25Reorganisation and cleanupNick White