Add OCR Vergleich to left sidebar navigation
Adds ocr-compare entry in KI-Werkzeuge subgroup of the main left sidebar navigation (lib/navigation.ts). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -326,6 +326,15 @@ export const navigation: NavCategory[] = [
|
|||||||
oldAdminPath: '/admin/llm-compare',
|
oldAdminPath: '/admin/llm-compare',
|
||||||
subgroup: 'KI-Werkzeuge',
|
subgroup: 'KI-Werkzeuge',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'ocr-compare',
|
||||||
|
name: 'OCR Vergleich',
|
||||||
|
href: '/ai/ocr-compare',
|
||||||
|
description: 'OCR-Methoden & Vokabel-Extraktion',
|
||||||
|
purpose: 'Vergleichen Sie verschiedene OCR-Methoden (lokales LLM, Vision LLM, PaddleOCR, Tesseract, Anthropic) fuer Vokabel-Extraktion. Grid-Overlay, Block-Review und LLM-Vergleich.',
|
||||||
|
audience: ['Entwickler', 'Data Scientists', 'Lehrer'],
|
||||||
|
subgroup: 'KI-Werkzeuge',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'test-quality',
|
id: 'test-quality',
|
||||||
name: 'Test Quality (BQAS)',
|
name: 'Test Quality (BQAS)',
|
||||||
|
|||||||
Reference in New Issue
Block a user