mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🐛 Drone CI: Fix syntax error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
268619a6b7
commit
73779fd991
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ def main(ctx):
|
|||
step_for(ctx, "ocrd_olena"),
|
||||
step_for(ctx, "ocrd_segment"),
|
||||
step_for(ctx, "ocrd_tesserocr"),
|
||||
step_dor(ctx, "sbb_binarization"),
|
||||
step_dor(ctx, "sbb_textline_detector"),
|
||||
step_for(ctx, "sbb_binarization"),
|
||||
step_for(ctx, "sbb_textline_detector"),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue