diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-01 13:03:57 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-01 13:03:57 +1000 |
| commit | 11f8eac60abfd52d59e84ba7b3c1c1c042c03941 (patch) | |
| tree | 5801c55afd9682f7fd6a0e2480417ee87af9465e /Controllers/MediaController.cs | |
| parent | 9d4c33a4cdd1b82db831ca6c71e8fdc2f9f63f58 (diff) | |
Merged OCR functionality
Diffstat (limited to 'Controllers/MediaController.cs')
| -rw-r--r-- | Controllers/MediaController.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Controllers/MediaController.cs b/Controllers/MediaController.cs index 85dfc65..8070199 100644 --- a/Controllers/MediaController.cs +++ b/Controllers/MediaController.cs @@ -1,9 +1,6 @@ using HyperBooru.Services; using HyperBooru.Util; -using ImageMagick; using Microsoft.AspNetCore.Mvc; -using MimeDetective; -using System.Security.Cryptography; namespace HyperBooru.Controllers; |
