tesseract-sys 0.5.6

Rust Bindings for Tesseract OCR
Documentation
[build-dependencies.bindgen]
version = "0.56"
[dependencies.leptonica-sys]
version = "~0.3"

[package]
authors = ["Kevin Kwok <antimatter15@gmail.com>", "Chris Couzens <ccouzens@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "multimedia::images"]
description = "Rust Bindings for Tesseract OCR"
edition = "2018"
keywords = ["OCR", "tesseract"]
license = "MIT"
links = "tesseract"
name = "tesseract-sys"
repository = "https://github.com/ccouzens/tesseract-sys"
version = "0.5.6"
[target."cfg(target_os=\"macos\")".build-dependencies.pkg-config]
version = "0.3.19"
[target."cfg(windows)".build-dependencies.vcpkg]
version = "0.2.8"