import { Bot } from 'lucide-react'; import { RegistryDrivenForm } from '@/components/admin/shared/registry-driven-form'; import { PageHeader } from '@/components/shared/page-header'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { OcrSettingsForm } from '@/components/admin/ocr-settings-form'; export default function AiAdminPage() { return (
Receipt OCR Provider, model, and confidence thresholds for the receipt scanner. AI fallback only runs when the on-device parser is uncertain.
); }