diff options
author | Nick White <git@njw.name> | 2020-04-14 11:37:57 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-14 11:37:57 +0100 |
commit | 014af190c64b2fecbf5d69e9a13e45858e830e81 (patch) | |
tree | c8398b8b2b224f13309156b0554c7aa80bccfdc8 /cmd/preprocmulti/main.go | |
parent | 822ce40a7d708ed44d6e638e2e25db9261254d13 (diff) |
Improve documentation throughout
Diffstat (limited to 'cmd/preprocmulti/main.go')
-rw-r--r-- | cmd/preprocmulti/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/preprocmulti/main.go b/cmd/preprocmulti/main.go index ca7799f..911c791 100644 --- a/cmd/preprocmulti/main.go +++ b/cmd/preprocmulti/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// preprocmulti runs binarisation with a variety of different binarisation +// levels, preprocessing and saving each version package main // TODO: come up with a way to set a good ksize automatically |