mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2026-03-15 11:42:06 +01:00
add tsv2tsv tool;make easy re-processing of tsv files possible
This commit is contained in:
parent
24ecc16b2d
commit
438b10e407
2 changed files with 119 additions and 6 deletions
1
setup.py
1
setup.py
|
|
@ -34,6 +34,7 @@ setup(
|
|||
"page2tsv=qurator.tsvtools.cli:page2tsv_cli",
|
||||
"tsv2page=qurator.tsvtools.cli:tsv2page_cli",
|
||||
"alto2tsv=qurator.tsvtools.cli:alto2tsv_cli",
|
||||
"tsv2tsv=qurator.tsvtools.cli:tsv2tsv",
|
||||
"make-page2tsv-commands=qurator.tsvtools.cli:make_page2tsv_commands"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue