feat: add OCR recognition feature with page and API route

This commit is contained in:
root
2026-05-27 10:51:57 +08:00
parent ed6907d87e
commit 4794f40fb6
8 changed files with 522 additions and 6 deletions
+1
View File
@@ -38,6 +38,7 @@ export default async function HomePage() {
<Link href="/" className="text-gray-600 hover:text-blue-600 transition"></Link>
<Link href="/agents" className="text-gray-600 hover:text-blue-600 transition">广</Link>
<Link href="/news" className="text-gray-600 hover:text-blue-600 transition"></Link>
<Link href="/ocr" className="text-blue-600 font-medium transition">OCR识别</Link>
<Link
href="/admin/login"
className="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-blue-700 transition"