modified: QUICKSTART.md

modified:   app.py
	new file:   start.bat
	modified:   static/js/pdf-tools.js
This commit is contained in:
SimolZimol
2025-10-12 23:54:03 +02:00
parent 1097fa0c64
commit e60ee3522b
4 changed files with 321 additions and 15 deletions

View File

@@ -69,9 +69,20 @@ $env:PATH += ";C:\poppler\Library\bin"
**Port bereits belegt?**
- Ändern Sie in app.py die Zeile: `app.run(debug=True, host='127.0.0.1', port=5001)`
**PDF-Vorschau funktioniert nicht?**
```powershell
# Poppler installieren (für PDF-Vorschauen)
scoop install poppler
# ODER manuell von GitHub herunterladen und PATH hinzufügen
```
**Importfehler?**
```powershell
# Virtuelle Umgebung erneut aktivieren
.\venv\Scripts\Activate.ps1
pip install --upgrade -r requirements.txt
```
```
**Debug-Informationen:**
- Öffnen Sie http://127.0.0.1:5000/debug/check-dependencies
- Für PDF-spezifische Probleme: Browser-Konsole (F12) prüfen