Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-23 | Make bucket-lines and related packages more robust | Nick 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-08 | Remove parts that have been moved elsewhere, and rename to rescribe.xyz/utils | Nick 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-25 | gofmt | Nick White | |
2019-01-25 | Use consistent naming for .prob and .hocr OcrName | Nick White | |
2019-01-25 | Update location of libraries | Nick White | |
2019-01-25 | Reorganisation and cleanup | Nick White | |
2019-01-24 | Fix bug: if non-prob/hocr file was encountered a dupe old line could be ↵ | Nick White | |
processed | |||
2019-01-24 | Allow the specs for buckets to be set using a json file in an argument | Nick White | |
2019-01-24 | Better separation between library and tool | Nick White | |
2019-01-24 | Merge bucket-lines-{prob,hocr} into one tool called bucket-lines, that uses ↵ | Nick White | |
the filename extension to determine how to process the lines |