houqp / leptess

Productive and safe Rust binding for leptonica and tesseract
https://houqp.github.io/leptess/leptess/index.html
MIT License
258 stars 29 forks source link

New tesseract in ci #30

Closed ccouzens closed 3 years ago

ccouzens commented 3 years ago

We will want to have newer versions of tesseract within the CI tests.

Currently, any changes that use newer functions of tesseract (eg https://github.com/houqp/leptess/pull/29) fail the CI.

I tried using debian buster's version of tesseract- that was too old. Then I tried using alpine, but that had issues with dynamically loading clang.

At this point, I stopped trying official rust images and went to fedora, which has everything new enough.