4 lines
119 B
C#
4 lines
119 B
C#
public interface IOcrService
|
|
{
|
|
Task<OcrExtractionResult> ExtractAsync(Stream documentStream, string contentType);
|
|
} |