mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2026-03-15 11:42:06 +01:00
tsv2page CLI to propagate TSV results back to PAGE-XML
This commit is contained in:
parent
ad379aea2b
commit
f03acbf54d
2 changed files with 22 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -23,6 +23,7 @@ setup(
|
|||
"extract-doc-links=tsvtools.cli:extract_document_links",
|
||||
"annotate-tsv=tsvtools.cli:annotate_tsv",
|
||||
"page2tsv=tsvtools.cli:page2tsv",
|
||||
"tsv2page=tsvtools.cli:tsv2page",
|
||||
"find-entities=tsvtools.cli:find_entities",
|
||||
"make-page2tsv-commands=tsvtools.cli:make_page2tsv_commands"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue