win_ocr 0.1.3

A library for Rust to do OCR on Windows
Documentation
[package]
name = "win_ocr"
authors = ["JichouP <akkunn100@gmail.com>"]
description = "A library for Rust to do OCR on Windows"
edition = "2018"
license = "MIT"
repository = "https://github.com/JichouP/win-ocr-rs"
version = "0.1.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
windows = { version = "0.51.1", features = [
    "Foundation_Collections",
    "Globalization",
    "Graphics_Imaging",
    "Media_Ocr",
    "Storage_Streams",
] }