OCR-D / ocrd_tesserocr

Run tesseract with the tesserocr bindings with @OCR-D's interfaces
MIT License
38 stars 11 forks source link

Fix build and tests #200

Closed bertsky closed 6 months ago

bertsky commented 6 months ago

follow-up to #197 and #199

first step: show that CI currently fails

I had to add download=True anyway. It now succeeds.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.43%. Comparing base (08a020f) to head (d5724ce).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #200 +/- ## ======================================= Coverage 52.43% 52.43% ======================================= Files 12 12 Lines 1377 1377 Branches 335 335 ======================================= Hits 722 722 Misses 531 531 Partials 124 124 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mikegerber commented 6 months ago

Fixed #202 for me, for a manual install of Tesseract (make install-tesseract from here)

bertsky commented 6 months ago

d5724ce was for https://github.com/sirfz/tesserocr/pull/343 (which has now been merged, so we could even go to tesserocr:master).