summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..0fffdd9
--- /dev/null
+++ b/doc.go
@@ -0,0 +1,9 @@
+// Copyright 2020 Nick White.
+// Use of this source code is governed by the GPLv3
+// license that can be found in the LICENSE file.
+
+// preproc contains various image processing methods which are useful
+// for preprocessing page images for OCR. It contains both library
+// functions to incorporate into your own projects and standalone
+// tools which can be used directly.
+package preproc