Skip to content

Commit f543463

Browse files
author
Maksym Lysak
committed
feat: Implementation of table structure conversion from CVAT to DoclingDocument
Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
1 parent 30bc01f commit f543463

File tree

6 files changed

+559
-17
lines changed

6 files changed

+559
-17
lines changed

docling_eval/cli/cvat_to_docling_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def main():
187187
description="Convert CVAT annotations to DoclingDocuments in batch."
188188
)
189189
parser.add_argument(
190-
"input_path",
190+
"--input_path",
191191
type=str,
192192
help="Path to input directory or XML file",
193193
)

0 commit comments

Comments
 (0)