summaryrefslogtreecommitdiff
path: root/bucket-lines
AgeCommit message (Collapse)Author
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
2019-01-24Fix bug: if non-prob/hocr file was encountered a dupe old line could be ↵Nick White
processed
2019-01-24Allow the specs for buckets to be set using a json file in an argumentNick White
2019-01-24Better separation between library and toolNick White
2019-01-24Merge bucket-lines-{prob,hocr} into one tool called bucket-lines, that uses ↵Nick White
the filename extension to determine how to process the lines