Tesseract OCR fails on rotated/low-contrast CD back covers. New vision_llm module sends images directly to qwen3-vl via Ollama chat API, bypassing OCR entirely. Robust JSON extraction handles thinking tags, markdown blocks, and empty responses. CLI scan/process commands gain --vision flag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
42 lines
385 B
Text
42 lines
385 B
Text
# Bytecode / Cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / Packaging
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
idea/
|
|
CLAUDE.md
|
|
|
|
# Virtuelle Umgebungen
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
|
|
# Tests / Coverage
|
|
.coverage
|
|
.tox/
|
|
pytest_cache/
|
|
htmlcov/
|
|
|
|
# Logs / temporäre Files
|
|
*.log
|
|
*.tmp
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# MyPy / static analysis
|
|
.mypy_cache/
|
|
.pytype/
|
|
.pyre/
|