Implement artifact-level render command with Markdown output and update docs
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
`seriatim` is a Go CLI for transcript artifact processing.
|
||||
|
||||
It merges per-speaker WhisperX-style JSON into one deterministic transcript, trims existing seriatim artifacts by segment ID, and normalizes transcript-like JSON into standard seriatim output schemas.
|
||||
It merges per-speaker WhisperX-style JSON into deterministic seriatim JSON,
|
||||
trims existing seriatim artifacts by segment ID, normalizes transcript-like JSON
|
||||
into supported output schemas, and renders existing seriatim artifacts as
|
||||
human-readable Markdown.
|
||||
|
||||
## Quickstart
|
||||
|
||||
@@ -20,6 +23,7 @@ go run ./cmd/seriatim merge \
|
||||
- `merge`: merge one or more input transcript JSON files.
|
||||
- `trim`: keep/remove segment IDs from an existing seriatim artifact.
|
||||
- `normalize`: canonicalize transcript-like JSON into a seriatim artifact.
|
||||
- `render`: render an existing seriatim artifact as Markdown.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user