feature: Optional OCR-Assisted Draft Pre-Fill
This commit is contained in:
@@ -2,4 +2,5 @@ public interface IDocumentStorageService
|
||||
{
|
||||
Task<(string objectKey, string sha256, long fileSize)> UploadAsync(Stream fileStream, string contentType, Guid batchId);
|
||||
Task<string> GetPresignedUrlAsync(string objectKey);
|
||||
Task<Stream> DownloadAsync(string objectKey);
|
||||
}
|
||||
Reference in New Issue
Block a user