1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-16 14:59:54 +02:00
This commit is contained in:
Kai 2022-06-10 10:00:32 +02:00
parent 9d2d5fcd31
commit 75796b5c0c
4 changed files with 39 additions and 3 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)