diff options
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |