Rust bindings for Tesseract
This links to the C libraries leptonica and tesseract.
On Fedora 30 the additional dependencies can be installed by running:
bash
sudo dnf install leptonica-devel tesseract-devel clang
On Termux 2019 (Android, Android on Chromebooks) the additional dependencies can be installed by running:
bash
pkg install libclang leptonica-dev tesseract-dev