core icon indicating copy to clipboard operation
core copied to clipboard

Allow restricting the workspace validator to a subset of file groups.

Open kba opened this issue 5 years ago • 1 comments
trafficstars

kba avatar Dec 27 '19 13:12 kba

Related to #506.

Also:

The newly exposed ocrd validate page would be much more useful if its file argument was multi-valued (accepting a list via shell pathname globbing):

@click.argument('page', nargs=-1)
def validate_page(page, **kwargs):

bertsky avatar Sep 16 '20 19:09 bertsky