Skip to content

Commit c9d3c54

Browse files
authored
Merge pull request #4652 from nextcloud/enh/noid/ai-odt-generation
Add docx generation tasktype+provider
2 parents 624c00b + fe52cf4 commit c9d3c54

File tree

11 files changed

+1147
-56
lines changed

11 files changed

+1147
-56
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Collaborative editing of federated documents requires richdocuments version 3.4
3737

3838
**Note:** Due to our content security policy we cannot open a document on a remote instance without reloading the page to allow Nextcloud embedding the remote Collabora Online instance in a frame.
3939

40+
### AI document generation
4041

42+
This app is able to generate office documents from a prompt using AI. See the [AI doc](./docs/ai.md).
4143

4244
## Development setup
4345

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"require": {
1717
"ext-json": "*",
1818
"ext-simplexml": "*",
19-
"mikehaertl/php-pdftk": "^0.13.1"
19+
"mikehaertl/php-pdftk": "^0.13.1",
20+
"league/commonmark": "^2.6"
2021
},
2122
"require-dev": {
2223
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)