Skip to content

Commit f4ad5f4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents cc23200 + fcd7654 commit f4ad5f4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Render PPTX, PDF, DOCX, Keynote, HTML and Markdown into images, PDF or video.
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
It ships two interchangeable engines: a Community engine that renders supported formats on your machine, and the existing DeckFlow cloud engine with a wider matrix. Run `deckrender formats --engine local|cloud`, or read [the matrices](#supported-formats) below.
88

@@ -14,6 +14,17 @@ deckrender deck.pptx -o deck.mp4
1414

1515
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.
1616

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

1930
```bash

0 commit comments

Comments
 (0)