OCR-D / ocrd_all

Master repository which includes most other OCR-D repositories as submodules
MIT License
72 stars 17 forks source link

Update 2024 10 11 #452

Closed kba closed 1 month ago

kba commented 1 month ago

Time for a new release!

Includes the just released v2.70.0 of OCR-D/core as well as Dockerfiles for most projects (ht @joschrew @bertsky for that effort), so we now have slim containers consistently.

Also includes a new processor ocrd-page2alto-transform that provides an OCR-D interface for https://github.com/OCR-D/page-to-alto directly, which is significantly faster than using it via ocrd-fileformat-transform -P from-to 'page alto'.

bertsky commented 1 month ago

@kba you can update ocrd_cis from bertsky/fix-alpha-shape now.

But it seems that page2alto is still broken:

0.140 Traceback (most recent call last):
0.140   File "/usr/local/bin/ocrd-page2alto-transform", line 5, in <module>
0.140     from ocrd_page_to_alto.ocrd_cli import main
0.140 ModuleNotFoundError: No module named 'ocrd_page_to_alto.ocrd_cli'

This was an editable install, so ...

bertsky commented 1 month ago

This was an editable install, so ...

Could this be interference from the older page-to-alto still packaged under ocrd_fileformat/repo/ocr-fileformat/vendor?

kba commented 1 month ago

This was an editable install, so ...

Could this be interference from the older page-to-alto still packaged under ocrd_fileformat/repo/ocr-fileformat/vendor?

Yes, indeed, thanks. Updated.

bertsky commented 1 month ago

It won't affect our (fat image) Docker build, but you can update dinglehopper after this once more, @kba.

bertsky commented 1 month ago

It won't affect our (fat image) Docker build, but you can update dinglehopper after this once more, @kba.

We also need https://github.com/qurator-spk/sbb_binarization/pull/70 to avoid the TF conflict between eynollah and sbb_binarization – can you please update, @kba?

bertsky commented 1 month ago

circleci-ocrdall

bertsky commented 1 month ago

Test upload now also working (CircleCI does not allow directly mounting volumes into Docker containers): circleci-ocrdall