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:
commit
a0e5c82929
3 changed files with 38 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue