summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 17:40:25 +0000
committerNick White <git@njw.name>2020-02-26 17:40:25 +0000
commitd1199f308c24c17b9e038cac193d8d574b345fe5 (patch)
tree9b858d6161fa41c2df22ec5e13d864d23f834b92
parentd3a63d21c82d44419dd0a9c84c1ec9952fa36983 (diff)
Pretty up README
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 4a93b1e..5277d4e 100644
--- a/README
+++ b/README
@@ -5,7 +5,10 @@ useful for preprocessing page images for OCR. It also contains
several commands in the cmd/ directory which can be used to
preprocess images directly.
-# Commands
+This is a Go package, and can be installed in the standard go way,
+by running `go get rescribe.xyz/preproc/...` once go is installed.
+
+## Commands
There are several commands in the cmd/ directory which are useful
in their own right as well as serving as examples of using the
@@ -18,19 +21,19 @@ package.
- wipe : wipes sections of an image that are outside an
area detected as content
-# Bugs
+## Bugs
The integral image operations don't produce exactly the same result
as their non-integral image counterparts. The difference is small
enough that it has little effect on the output images, but it ought
to be identical.
-# Contributions
+## Contributions
Any and all comments, bug reports, patches or pull requests would
be very welcomely received. Please email them to <nick@rescribe.xyz>.
-# License
+## License
This package is licensed under the GPLv3. See the LICENSE file for
more details.