OCR-D / ocrd_tesserocr

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

repair automated build and tests: #29

Closed bertsky closed 5 years ago

bertsky commented 5 years ago
bertsky commented 5 years ago

note: the Dockerfile did not work at all before, so apt install is better than nothing. Travis merely failed because of changes in assets.

We should be able to keep our Travis running until we find a way to base it on 4.0.0 as well. (Can we migrate from Ubuntu 14 to 18?) The sooner the better – we will need the 4.0.0 features soon.

bertsky commented 5 years ago

argh, now the workspace download fails for the recognizer test in Travis – this is new. Maybe related to OCR-D/core#96?

bertsky commented 5 years ago

Just fixed the dst_dir in 2 of the 4 tests, but the above mentioned resolver/workspace problem remains.

bertsky commented 5 years ago

So 0de1d85 changes behaviour significantly – please review! (I could place it in a separate PR if required.)

kba commented 5 years ago

We should be able to keep our Travis running until we find a way to base it on 4.0.0 as well. (Can we migrate from Ubuntu 14 to 18?) The sooner the better – we will need the 4.0.0 features soon.

No, travis won't. But we can use CircleCI instead which uses Docker and gives greater freedom for environment.

argh, now the workspace download fails for the recognizer test in Travis – this is new. Maybe related to OCR-D/core#96?

This needs fixing and fix should (hopefully) be in before 2019-02-27.

I'll merge this now, so I can test interop with upcoming 1.0 release. Thanks for the effort.