stroke-width-transform 0.1.0

An implementation of the Stroke Width Transform for OCR image preprocessing.
Documentation
[[example]]
crate-type = ["bin"]
name = "swt"
[dependencies.image]
version = "0.25.1"

[dependencies.imageproc]
version = "0.24.0"

[dependencies.num-traits]
version = "0.2.19"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dev-dependencies.show-image]
features = ["image"]
version = "0.14.0"

[package]
authors = ["Markus Mayer"]
categories = ["multimedia::images", "text-processing"]
description = "An implementation of the Stroke Width Transform for OCR image preprocessing."
edition = "2021"
homepage = "https://github.com/sunsided/stroke-width-transform-rs"
keywords = ["image-processing", "swt", "ocr"]
license = "MIT"
name = "stroke-width-transform"
readme = "README.md"
repository = "https://github.com/sunsided/stroke-width-transform-rs"
version = "0.1.0"