Update README.md

This commit is contained in:
FURK4NGG
2026-05-20 20:14:28 +03:00
committed by GitHub
parent 84ed7b3bb9
commit 2da180214c
+9 -9
View File
@@ -445,22 +445,22 @@ Designed for Linux devices, including Arch and Debian/Ubuntu-based systems.
AI responses are streamed in real-time. The assistant message appears gradually as it is being generated instead of waiting for the full response. AI responses are streamed in real-time. The assistant message appears gradually as it is being generated instead of waiting for the full response.
36. Advanced PDF processing pipeline 36. Advanced PDF processing pipeline
pdf_text → extract text from the PDF pdf_text → extract text from the PDF
→ AI generates DOCX → AI generates DOCX
→ app converts DOCX back to PDF → app converts DOCX back to PDF
pdf_image → if PDF Image mode is selected, convert PDF pages to PNG pdf_image → if PDF Image mode is selected, convert PDF pages to PNG
→ AI analyzes the image or returns a PNG → AI analyzes the image or returns a PNG
→ if a PNG is returned, the app converts it into a PDF → if a PNG is returned, the app converts it into a PDF
pdf_image + mixed/image block pdf_image + mixed/image block
→ extract image blocks from the PDF → extract image blocks from the PDF
→ AI returns edited PNG → AI returns edited PNG
→ app places the new image back into the original PDF at the same position → app places the new image back into the original PDF at the same position
pdf_text_image → extract layout as JSON + extract images as PNG pdf_text_image → extract layout as JSON + extract images as PNG
→ AI returns text_replacements JSON (and optionally images) → AI returns text_replacements JSON (and optionally images)
→ app rebuilds the PDF using the original layout with updated text and images → app rebuilds the PDF using the original layout with updated text and images
38. Generated files system 38. Generated files system
AI can return generated files (PDF, DOCX, XLSX, etc.), which are automatically saved in the app cache and displayed in chat with download buttons. AI can return generated files (PDF, DOCX, XLSX, etc.), which are automatically saved in the app cache and displayed in chat with download buttons.