mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-06-09 19:39:54 +02:00
add missing imports
This commit is contained in:
parent
568e1cd104
commit
9d2d5fcd31
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ from ocrd_utils import bbox_from_points
|
|||
from qurator.utils.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