1
0
Fork 0
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:
Kai Labusch 2020-06-02 15:40:36 +02:00
parent 83fb2ea033
commit 361c811264
2 changed files with 15 additions and 2 deletions

View file

@ -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',