modified: QUICKSTART.md
modified: app.py new file: start.bat modified: static/js/pdf-tools.js
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user