win_ocr 0.1.0

A library for Rust to do OCR on Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.windows]
version = "0.21.1"
[dependencies.win_ocr_bindings]
version = "0.1.0"

[dependencies.windows]
version = "0.21.1"

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