Base:
method
ReadAsync
Microsoft.Extensions.DataIngestion.IngestionDocumentReader.ReadAsync(System.IO.FileInfo, System.String, System.String, System.Threading.CancellationToken)
1 reference to ReadAsync
Microsoft.Extensions.DataIngestion.MarkItDown (1)
MarkItDownReader.cs (1)
121
return await
ReadAsync
(new FileInfo(inputFilePath), identifier, mediaType, cancellationToken).ConfigureAwait(false);