You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**DocGenius** is a tool designed to automate document creation workflows. It takes structured data from Excel files and populates Microsoft Office templates (`.docx`, `.pptx`) using a custom Jinja2-based templating system.
18
+
**LogicPaper** is a tool designed to automate document creation workflows. It takes structured data from Excel files and populates Microsoft Office templates (`.docx`, `.pptx`) using a custom Jinja2-based templating system.
19
19
20
20
Developed with **FastAPI** and **Docker**, it provides a web-based dashboard for managing batch jobs and includes a headless LibreOffice integration for converting generated documents into PDF format. It is suitable for generating contracts, reports, certificates, and presentations at scale.
21
21
@@ -46,7 +46,7 @@ Developed with **FastAPI** and **Docker**, it provides a web-based dashboard for
DocGenius uses the pipe character (`|`) to apply formatting filters to variables.
119
-
*For a complete list of filters, refer to the "How to Use" section in the application ([Documentation in Github Pages](https://rubensbraz.github.io/DocGenius/help.html)).*
118
+
LogicPaper uses the pipe character (`|`) to apply formatting filters to variables.
119
+
*For a complete list of filters, refer to the "How to Use" section in the application ([Documentation in Github Pages](https://rubensbraz.github.io/LogicPaper/help.html)).*
120
120
121
121
### 1. Text Formatting
122
122
```jinja2
@@ -165,7 +165,7 @@ A utility script is included to generate sample data for testing purposes.
**DocGenius** é uma ferramenta projetada para automatizar fluxos de trabalho de criação de documentos. Ele recebe dados estruturados de arquivos Excel e preenche templates do Microsoft Office (`.docx`, `.pptx`) usando um sistema de templates customizado baseado em Jinja2.
18
+
**LogicPaper** é uma ferramenta projetada para automatizar fluxos de trabalho de criação de documentos. Ele recebe dados estruturados de arquivos Excel e preenche templates do Microsoft Office (`.docx`, `.pptx`) usando um sistema de templates customizado baseado em Jinja2.
19
19
20
20
Desenvolvido com **FastAPI** e **Docker**, ele fornece um painel web para gerenciar trabalhos em lote e inclui integração com LibreOffice (headless) para converter documentos gerados em formato PDF. É adequado para gerar contratos, relatórios, certificados e apresentações em escala.
21
21
@@ -46,7 +46,7 @@ Desenvolvido com **FastAPI** e **Docker**, ele fornece um painel web para gerenc
O projeto separa a lógica de processamento (backend) da interface do usuário (frontend).
93
93
94
94
```text
95
-
DocGenius/
95
+
LogicPaper/
96
96
├── app/
97
97
│ ├── core/
98
98
│ │ ├── engine.py # Processamento de Documentos (Docx/Pptx/Pdf)
@@ -115,8 +115,8 @@ DocGenius/
115
115
116
116
## 📘 Sintaxe de Templates
117
117
118
-
DocGenius usa o caractere pipe (`|`) para aplicar filtros de formatação às variáveis.
119
-
*Para a lista completa de filtros, consulte a seção "How to Use" na aplicação ([Documentação no Github Pages](https://rubensbraz.github.io/DocGenius/help.html)).*
118
+
LogicPaper usa o caractere pipe (`|`) para aplicar filtros de formatação às variáveis.
119
+
*Para a lista completa de filtros, consulte a seção "How to Use" na aplicação ([Documentação no Github Pages](https://rubensbraz.github.io/LogicPaper/help.html)).*
120
120
121
121
### 1. Formatação de Texto
122
122
```jinja2
@@ -165,7 +165,7 @@ Um script utilitário está incluído para gerar dados de exemplo para fins de t
165
165
166
166
1. **Gerar Dados de Exemplo (Dentro do Container):**
<pclass="text-gray-400 mt-2 text-sm max-w-2xl leading-relaxed"> Comprehensive documentation for the DocGenius formatting engine. Learn how to transform raw Excel data using <strong>Jinja2 Pipes</strong> directly inside your Word and PowerPoint templates. </p>
25
+
<pclass="text-gray-400 mt-2 text-sm max-w-2xl leading-relaxed"> Comprehensive documentation for the LogicPaper formatting engine. Learn how to transform raw Excel data using <strong>Jinja2 Pipes</strong> directly inside your Word and PowerPoint templates. </p>
<pclass="text-sm text-yellow-200/80"> If you use <code>{{ variable }}</code> without a pipe (<code>|</code>), DocGenius inserts the <strong>Raw Data</strong> exactly as it appears in the Excel cell. <br><br> Examples:
76
+
<pclass="text-sm text-yellow-200/80"> If you use <code>{{ variable }}</code> without a pipe (<code>|</code>), LogicPaper inserts the <strong>Raw Data</strong> exactly as it appears in the Excel cell. <br><br> Examples:
0 commit comments