Skip to content

Commit

Permalink
better schema
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-levan committed Feb 16, 2024
1 parent 6b3547e commit 61d3e85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ LOTemplate (for Libre Office Template)

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template and a json file.

Templates are Word or Libreoffice documents (ODT or DOCX).

```mermaid
flowchart LR
template[Template<br/>in DOCX or ODT]
Expand All @@ -19,7 +17,7 @@ flowchart LR

What makes this tool different from others are the following features :

* The templates are in DOCS or ODT format
* The templates are in DOCX or ODT (Word or Libre Office) format
* Template can have complex structures (variables, loop, conditions, counters, html,...)
* The tool can scan the template to extract the variables sheet
* The tool can be called by an API, a CLI or a python module.
Expand Down

0 comments on commit 61d3e85

Please sign in to comment.