Closed kba closed 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 ...
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?
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.
It won't affect our (fat image) Docker build, but you can update dinglehopper after this once more, @kba.
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?
Test upload now also working (CircleCI does not allow directly mounting volumes into Docker containers):
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 viaocrd-fileformat-transform -P from-to 'page alto'
.