summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 16:53:14 +0000
committerNick White <git@njw.name>2020-02-26 16:53:14 +0000
commite320e069844b8f9c6e5d7e4e407cc90dff3b0f04 (patch)
treeb5e011fcd79997c89ae20f113885d483d3814db7 /README
parenta47b35dc44f0e770a1bb1f7b53b6aa11d6895e0b (diff)
Move things around so that integralimg is in its own repository
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 0 insertions, 36 deletions
diff --git a/README b/README
deleted file mode 100644
index 4a93b1e..0000000
--- a/README
+++ /dev/null
@@ -1,36 +0,0 @@
-# rescribe.xyz/preproc package
-
-This package contains various image processing methods which are
-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
-
-There are several commands in the cmd/ directory which are useful
-in their own right as well as serving as examples of using the
-package.
-
- - binarize : binarises an image using the sauvola algorithm
- - preproc : binarises and wipes an image
- - preprocmulti : binarises and wipes an image with multiple
- binarisation ksize values
- - wipe : wipes sections of an image that are outside an
- area detected as content
-
-# 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
-
-Any and all comments, bug reports, patches or pull requests would
-be very welcomely received. Please email them to <nick@rescribe.xyz>.
-
-# License
-
-This package is licensed under the GPLv3. See the LICENSE file for
-more details.