From 22c0dae1c9bdd86d23f68b1c24ec9abb52ce0c3f Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Mon, 4 May 2026 00:31:15 +0300
Subject: [PATCH] Update README.md
---
README.md | 61 +++++++++++++++++++++++++++++++------------------------
1 file changed, 34 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index 7033e15..de80bc7 100644
--- a/README.md
+++ b/README.md
@@ -141,14 +141,12 @@
```
cd ~/.config/capture-ai/
- sudo apt update && sudo apt install -y git python3 python3-venv python3-gi gobject-introspection gir1.2-gtk-4.0 gir1.2-adw-1 libgtk-4-1 libadwaita-1-0 xdg-utils fonts-noto-color-emoji
```
-
- π Network & Runtime Dependencies
+ π§© Core System & Python
```
- sudo apt install -y python3-requests wget
+ sudo apt update
+ sudo apt install -y python3 python3-venv git
```
-
Enviroment
```
python3 -m venv venv
@@ -156,35 +154,41 @@
pip install -r requirements.txt
```
- π Python File Processing(DOCX / XLSX / PDF)
+ π₯οΈ GTK4 UI Dependencies
+ ```
+ sudo apt install -y python3-gi gobject-introspection gir1.2-gtk-4.0 gir1.2-adw-1 libgtk-4-1 libadwaita-1-0
+ ```
+
+ π¨ Rendering & Graphics
+ ```
+ sudo apt install -y libcairo2 libpango-1.0-0 gir1.2-pango-1.0 gir1.2-gdkpixbuf-2.0
+ ```
+
+ π Network & Runtime
+ ```
+ sudo apt install -y python3-requests wget
+ ```
+
+ π File Processing (DOCX / XLSX / PDF)
```
sudo apt install -y python3-pypdf python3-pymupdf python3-openpyxl python3-reportlab fonts-dejavu
pip install python-docx
```
or
- ```sudo apt install -y python3-docx```
+ ```
+ sudo apt install -y python3-docx
+ ```
- Offline Voice Input (Speech β Text)
-
- ποΈ pw-record / arecord -> π WAV file -> π§ whisper-cli -> β Text input
-
- ποΈvoice record
- >pw-record
- ```
- sudo apt install -y pipewire wireplumber pipewire-pulse
- ```
+ π§ Audio / Voice
- >arecord
+ ποΈ voice record -> π WAV file -> π§ whisper-cli -> β Text input
+
+ ποΈ Offline Voice Input,voice record (Speech β Text)
```
- sudo apt install -y alsa-utils
+ sudo apt install -y pipewire wireplumber pipewire-pulse libpipewire-0.3-0 libspa-0.2-modules alsa-utils pulseaudio-utils libpulse0
```
- π§ Audio / System Integration
- ```
- sudo apt install -y pulseaudio-utils libpulse0 gir1.2-gdkpixbuf-2.0
- ```
-
- π Offline Speech to Text
+ π Build Offline Speech to Text
```
sudo apt install -y cmake make gcc
@@ -229,12 +233,15 @@
-l tr
```
- Screenshot
+ πΈ Screenshot
```
sudo apt install -y grim slurp scrot dunst libnotify-bin
```
-
-
+
+ π§° System Utilities
+ ```
+ sudo apt install -y xdg-utils fonts-noto-color-emoji
+ ```