mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-06-09 11:29:55 +02:00
Update cli help text.
This commit is contained in:
parent
bd53136459
commit
8394e880d0
2 changed files with 38 additions and 1 deletions
|
@ -633,7 +633,7 @@ def alto2tsv_cli(alto_xml_file, tsv_out_file, purpose, image_url, ner_rest_endpo
|
|||
Optionally the tool also accepts NER and Entitiy Linking API-Endpoints as parameters and
|
||||
performs NER and EL and the document if these are provided.
|
||||
|
||||
ALTO_XML_FILE: The source page-XML file.
|
||||
ALTO_XML_FILE: The source ALTO-XML file.
|
||||
TSV_OUT_FILE: Resulting TSV file.
|
||||
"""
|
||||
return alto2tsv(alto_xml_file, tsv_out_file, purpose, image_url, ner_rest_endpoint, ned_rest_endpoint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue