UI and backend for basic OCR functionality

This commit is contained in:
2026-01-22 08:37:50 +05:30
commit 2148c4a61c
48 changed files with 9319 additions and 0 deletions

9
frontend/.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
// For more information, visit: https://angular.dev/ai/mcp
"mcpServers": {
"angular-cli": {
"command": "npx",
"args": ["-y", "@angular/cli", "mcp"]
}
}
}