win_ocr 0.1.3

A library for Rust to do OCR on Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.windows]
features = ["Foundation_Collections", "Globalization", "Graphics_Imaging", "Media_Ocr", "Storage_Streams"]
version = "0.51.1"

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