Skip to content
Snippets Groups Projects

Allow element with no transcription

Merged Yoann Schneider requested to merge allow-no-transcription into main
4 files
+ 41
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -161,4 +161,10 @@ def add_extract_parser(subcommands) -> None:
help="Do not remove beginning, ending and consecutive spaces in transcriptions.",
)
parser.add_argument(
"--allow-empty",
action="store_true",
help="Also extract data from element with no transcription.",
)
parser.set_defaults(func=run)
Loading