sbb_binarization is integrated into eynollah works in framework of ocrd - sbb_binarization in ocrd works for individual images by the way as standalone flowing from directory can be used now. For eynollah in ocrd framework I have added -light version as default parameter.

This commit is contained in:
vahidrezanezhad 2024-11-10 19:34:43 +01:00
parent 0914b5ff8a
commit 8409de0e58
6 changed files with 218 additions and 1 deletions

View file

@ -28,6 +28,7 @@ classifiers = [
[project.scripts]
eynollah = "eynollah.cli:main"
ocrd-eynollah-segment = "eynollah.ocrd_cli:main"
ocrd-sbb-binarize = "eynollah.ocrd_cli_binarization:cli"
[project.urls]
Homepage = "https://github.com/qurator-spk/eynollah"