blob: 0fffdd97e580ef3d65f4efd3dfa2734e9ca0a40c (
plain)
1
2
3
4
5
6
7
8
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
|