You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe bashlib's ocrd__parse_argv needs to do something along the lines of ocrd.decorators.ocrd_cli_wrap_processor here (which calls WorkspaceValidator.check_file_grp on the workspace and filegrps).
A little reasoning why this important: We have a "workflow script" that runs binarization and then layout segmentation. Because the user used the wrong input file group, no binarization was generated and - confusingly - the layout segmentation failed.
For any workspace, a non-existent input file group is silently ignored, without an error:
Other processors report a much more useful error, e.g.:
The text was updated successfully, but these errors were encountered: