mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #1016] [MERGED] OCR filter tweaks and usual maintenance #1016
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/1016
Author: @13xforever
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
dd20099do not look at attachment filenames in the anti-spam filtercb7c1f5increase cache time in ocr filter9629f4atweak ocr filter with priority queue to try to minimize the latencyfce20baupdate formatting for the fuzzy matched ocr filtersdcb8e72upgrade packages📊 Changes
14 files changed (+115 additions, -59 deletions)
View changed files
📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -1)📝
CompatBot/CompatBot.csproj(+6 -6)📝
CompatBot/Database/Providers/ContentFilter.cs(+14 -2)📝
CompatBot/EventHandlers/AntiSpamMessageHandler.cs(+2 -1)📝
CompatBot/EventHandlers/MediaScreenshotMonitor.cs(+28 -15)📝
CompatBot/Ocr/Backend/AzureVision.cs(+4 -1)📝
CompatBot/Ocr/Backend/BackendBase.cs(+1 -1)📝
CompatBot/Ocr/Backend/Florence2.cs(+4 -1)📝
CompatBot/Ocr/Backend/IOcrBackend.cs(+1 -1)📝
CompatBot/Ocr/Backend/Tesseract.cs(+22 -23)📝
CompatBot/Ocr/OcrProvider.cs(+2 -2)📝
CompatBot/Utils/DiscordAttachmentComparer.cs(+19 -0)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+10 -4)📄 Description
Trying to further reduce the filter latency
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.