doocus improvemnts

This commit is contained in:
Mariano Gabriel
2026-07-05 20:35:44 -03:00
parent 7b276e8f3d
commit 8606520ef2
22 changed files with 1328 additions and 61 deletions

View File

@@ -97,6 +97,13 @@ Examples:
help='Base directory for outputs (default: output/)',
default='output'
)
parser.add_argument(
'--out-format',
help='Run-folder name template. Tokens: {date} {run} {stem} {name}. '
'Default: "{date}-{run:03d}-{stem}". Omit {run} for a stable folder '
'(e.g. "{name}.meetus" → a docs-coherent sidecar for doocus).',
default=None
)
# Frame extraction options
parser.add_argument(