1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-16 14:59:54 +02:00

Merge branch 'master' into ocrd-processors

This commit is contained in:
Kai Labusch 2022-06-10 10:32:34 +02:00 committed by GitHub
commit a0e5c82929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)