[package] name = "pic2txt" version = "1.0.0" edition = "2021" authors = ["Hardfood "] description = "simple ocr by windows lib" repository = "https://gitee.com/w-8/pic2txt" license = "MIT" license-file = "LICENSE" keywords = ["ocr"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.5" windows = {version="0.48.0",features = [ "Media_Ocr", "Graphics_Imaging", "Storage_Streams", "Foundation", ]}