Skip to content

Commit a6372d3

Browse files
committed
docs: highlight DeckRender workflow value
1 parent 8516223 commit a6372d3

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# DeckRender
22

3-
> Render any document format into visual artifacts.
3+
> One command from documents to pixels.
44
5-
DeckRender is a pure render engine. Give it a document, get back pixels — images, a PDF, or a video. Nothing else.
5+
DeckRender turns supported document and web inputs into images, PDFs, or videos through one predictable CLI and TypeScript contract. Use it to move visual document work out of one-off desktop steps and into repeatable software workflows.
66

77
```bash
88
deckrender deck.pptx -o deck.png
@@ -12,6 +12,17 @@ deckrender deck.pptx -o deck.mp4
1212

1313
It is to documents what `ffmpeg` is to media: one command, a small set of flags, predictable output. It deliberately does **not** parse content, extract text, or edit files — those belong to other tools in the [DeckFlow](https://github.com/deckflow) family.
1414

15+
## Where it creates value
16+
17+
- **Product previews and delivery** — turn document pages and slides into visual
18+
artifacts that web and mobile products can display.
19+
- **AI vision pipelines** — create page or slide images for multimodal models
20+
and document-understanding workflows.
21+
- **Automated publishing** — generate images, PDFs, or videos from scripts and
22+
CI when the selected input/output route supports them.
23+
- **Review handoffs** — produce concrete visual artifacts that people or agents
24+
can inspect before downstream delivery.
25+
1526
## Install
1627

1728
```bash

0 commit comments

Comments
 (0)