OCR-D / ocrd_anybaseocr

DFKI Layout Detection for OCR-D
Apache License 2.0
48 stars 12 forks source link

Fix build #92

Closed stweil closed 2 years ago

stweil commented 2 years ago

Fixes: cbf2ca4601860bef ("build with proper pix2pixhd pkg") Signed-off-by: Stefan Weil sw@weilnetz.de

stweil commented 2 years ago

If you think that pix2pixhd should be kept as a submodule, we could add it to ocrd_all instead of ocrd_anybaseocr.

stweil commented 2 years ago

@bertsky, I updated the commit to fix only the build breakage. It no longer removes the pix2pixhd submodule.

bertsky commented 2 years ago

If you think that pix2pixhd should be kept as a submodule, we could add it to ocrd_all instead of ocrd_anybaseocr.

No, that would be a misfit – we only did this for modules which had broken dependencies (neither pip nor submodule workable).

stweil commented 2 years ago

@kba (or whoever has the rights), please merge this pull request and update ocrd_all to get the fix.