1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-07-07 00:59:53 +02:00

Merge branch 'master' into ocrd-processors

# Conflicts:
#	setup.py
This commit is contained in:
Konstantin Baierer 2022-10-24 14:02:24 +02:00
commit db25239075
3 changed files with 38 additions and 2 deletions

View file

@ -19,6 +19,7 @@ from .ocr import get_conf_color
from qurator.utils.ner import ner
from qurator.utils.ned import ned
@click.command()
@click.argument('tsv-file', type=click.Path(exists=True), required=True, nargs=1)
@click.argument('url-file', type=click.Path(exists=False), required=True, nargs=1)