Age | Commit message (Expand) | Author |
2019-05-13 | Rename cleanup package to preproc, and add basic cmd version | Nick White |
2019-05-13 | Improve error handling in sauvola tests | Nick White |
2019-05-13 | Make cleanup a basic library | Nick White |
2019-05-13 | Add some basic tests for cleanup | Nick White |
2019-05-13 | Use the simplified findbestedge function, and simplify code | Nick White |
2019-04-18 | Simplify cleanup code | Nick White |
2019-04-18 | Put edge in middle of window slice, rather than at left side, and gofmt | Nick White |
2019-04-18 | Add basic cleanup tool; working, but more refinements planned. | Nick White |
2019-04-17 | Add basic dehyphenate tool | Nick White |
2019-03-28 | Remove todo for integral image testing for now | Nick White |
2019-03-28 | Improve tests; test regular sauvola, and add option to update golden files | Nick White |
2019-03-26 | Add zeroinv option for binarize command | Nick White |
2019-03-26 | Move sauvola binarization tool to cmd/binarize | Nick White |
2019-03-26 | Better error handling with hocr lines | Nick White |
2019-02-25 | Generalise get text from hocr lines | Nick White |
2019-02-25 | Add tool to extract plain text from hocr | Nick White |
2019-02-15 | Separate out binarize into a package, and start adding tests for it | Nick White |
2019-01-30 | Set window size automatically based on resolution | Nick White |
2019-01-30 | Remove dependency on Imger package | Nick White |
2019-01-30 | Add integral image functionality to enable massive speedup of Sauvola | Nick White |
2019-01-29 | Switch binarization to Sauvola algorithm | Nick White |
2019-01-25 | Simplify writing of sort functions in line pkg | Nick White |
2019-01-25 | gofmt | Nick White |
2019-01-25 | Use consistent naming for .prob and .hocr OcrName | Nick White |
2019-01-25 | Add html output including all images, by writing them to an html directory | Nick White |
2019-01-25 | Rename line-conf-avg to avg-lines | Nick White |
2019-01-25 | Rewrite line-conf-avg to use libraries, and support hocr | Nick White |
2019-01-25 | Update location of libraries | Nick White |
2019-01-25 | Add simple Otsu binarize tool (written a while ago) | 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 proce... | Nick White |
2019-01-24 | Export hocr Parse() function as its likely to be useful elsewhere | Nick White |
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 t... | Nick White |
2019-01-24 | Add -d to -hocr tool, and improve documentation | Nick White |
2019-01-24 | Rename ocropus bucket tool, add -d option, and improve documentation | Nick White |
2019-01-24 | Simplify .prob processing | Nick White |
2019-01-24 | Get -tess tool to use generic bucket functions too. things are in pretty good... | Nick White |
2019-01-23 | Track and print bucket stats generically | Nick White |
2019-01-23 | Create general BucketUp function, use it for line-conf-buckets | Nick White |
2019-01-23 | Update line-conf-buckets to mostly use package functions too. | Nick White |
2019-01-23 | Separate out hocr parts from line parts | Nick White |
2019-01-23 | Move image copying out to an interface function, so I can share code with lin... | Nick White |
2019-01-23 | Start separating out functionality into separate package; working, but more t... | Nick White |
2019-01-19 | Ensure files are closed as soon as they're finished with | Nick White |
2019-01-19 | Add linebreaks after lines, and add TODO | Nick White |
2019-01-19 | line-conf-buckets-tess is done now. could do with cleaning up, but seems to b... | Nick White |
2019-01-19 | wip line-conf-buckets-tess, saving lines is working, still stuff to do | Nick White |
2019-01-03 | Add line-conf-buckets, to filter out and find potential ground-truth | Nick White |