@@ -0,0 +1,6 @@
namespace Api.Services.Contracts.Rag;
public interface IPdfTextExtractor
{
string ExtractText(Stream pdfStream);
}
The note is not visible to the blocked user.