From 014af190c64b2fecbf5d69e9a13e45858e830e81 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 11:37:57 +0100 Subject: Improve documentation throughout --- doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc.go (limited to 'doc.go') 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 -- cgit v1.2.1-24-ge1ad