mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-06-09 19:39:54 +02:00
Merge remote-tracking branch 'origin/master' into ocrd-processors
This commit is contained in:
commit
f813c45ba2
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ from ocrd_utils import bbox_from_points
|
|||
from .tsv import read_tsv, write_tsv, extract_doc_links
|
||||
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