mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2026-03-15 11:42:06 +01:00
add command line tool that creates page2tsv commands from an excel file
This commit is contained in:
parent
83fb2ea033
commit
361c811264
2 changed files with 15 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -23,7 +23,8 @@ setup(
|
|||
"extract-doc-links=cli:extract_document_links",
|
||||
"annotate-tsv=cli:annotate_tsv",
|
||||
"page2tsv=cli:page2tsv",
|
||||
"find-entities=cli:find_entities"
|
||||
"find-entities=cli:find_entities",
|
||||
"make-page2tsv-commands=cli:make_page2tsv_commands"
|
||||
]
|
||||
},
|
||||
python_requires='>=3.6.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue