tesseract-sys 0.2.0

Rust Bindings for Tesseract OCR
docs.rs failed to build tesseract-sys-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tesseract-sys-0.6.1

tesseract-sys

Rust bindings for Tesseract

Building

This links to the C libraries leptonica and tesseract.

On Fedora 30 the additional dependencies can be installed by running:

sudo dnf install leptonica-devel tesseract-devel clang

On Termux 2019 (Android, Android on Chromebooks) the additional dependencies can be installed by running:

pkg install libclang leptonica-dev tesseract-dev