-
Notifications
You must be signed in to change notification settings - Fork 2
Remove unused TelegramSearchBot.Agent.PaddleOCR project #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Claude finished @ModerRAS's task —— View job Code Review Progress
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the TelegramSearchBot.Agent.PaddleOCR standalone agent project, which was previously a separate SignalR-based client for offloading OCR processing to independent processes. The OCR functionality has been consolidated into the main project through the Manager/PaddleOCR.cs class and subprocess architecture managed by OCRBootstrap.cs.
- Deletion of entire
TelegramSearchBot.Agent.PaddleOCRproject including csproj, source files, and ClickOnce deployment configuration - Removal of corresponding documentation references in Windows dependencies analysis
- Cleanup of
.gitignoreentry for the deleted project
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| TelegramSearchBot.Agent.PaddleOCR/TelegramSearchBot.Agent.PaddleOCR.csproj | Removed entire project file with .NET 7.0 configuration, Windows-specific runtime, and PaddleOCR dependencies |
| TelegramSearchBot.Agent.PaddleOCR/Program.cs | Removed SignalR-based OCR agent implementation that connected to main service via hub connection |
| TelegramSearchBot.Agent.PaddleOCR/PaddleOCR.cs | Removed standalone PaddleOCR wrapper class (functionality exists in main project at TelegramSearchBot/Manager/PaddleOCR.cs) |
| TelegramSearchBot.Agent.PaddleOCR/Publish.html | Removed ClickOnce deployment HTML template |
| TelegramSearchBot.Agent.PaddleOCR/Properties/PublishProfiles/ClickOnceProfile.pubxml | Removed ClickOnce publish profile configuration |
| Docs/Windows_Dependencies_Analysis.md | Removed documentation sections referencing the deleted Agent.PaddleOCR project |
| .gitignore | Removed gitignore entry for the deleted project's launch settings |
🔍 PR检查报告📋 检查概览
🧪 测试结果
📊 代码质量
📁 测试产物
🔗 相关链接此报告由GitHub Actions自动生成 |

此 PR 删除了不再使用的 TelegramSearchBot.Agent.PaddleOCR 项目并更新了相关文档。
更改内容:
验证结果: