Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-02 | gofmt | Nick White | |
2019-10-02 | Add wipeonly queue and functionality | Nick White | |
This is useful for prebinarised images, which don't need full preprocessing, but do require wiping, albeit with a more conservative threshold. | |||
2019-09-27 | Improve wiping procedure to work better with 2 column layouts | Nick White | |
2019-06-03 | Add -m option to wipe to set minimum content area for wipe to proceed | Nick White | |
If content is very light or sparse it may be better to not wipe at all than wipe almost all of the content leaving a small strip. This is done now by aborting the wipe if the detected content takes up less than the minimum % of the page (default is 30%). | |||
2019-05-14 | gofmt | Nick White | |
2019-05-13 | Use general integralimg functions for wipe functions | Nick White | |
2019-05-13 | Reorganise image manipulation to separate integral image parts | Nick White | |
Also unify everything else under preproc/ Note that the UsefulImg interface should be used by the main functions, to simplify things, but this hasn't been done yet. | |||
2019-05-13 | Start switching preproc to use interfaces more | Nick White | |
2019-05-13 | Rename cleanup to wipe, and only export main function | Nick White | |
2019-05-13 | Rename cleanup package to preproc, and add basic cmd version | Nick White | |