MarkItDownMcpReader Classe

Definizione

Legge i documenti convertendoli in Markdown usando il server MCP MarkItDown .

public ref class MarkItDownMcpReader : Microsoft::Extensions::DataIngestion::IngestionDocumentReader
public class MarkItDownMcpReader : Microsoft.Extensions.DataIngestion.IngestionDocumentReader
type MarkItDownMcpReader = class
    inherit IngestionDocumentReader
Public Class MarkItDownMcpReader
Inherits IngestionDocumentReader
Ereditarietà
MarkItDownMcpReader

Costruttori

Nome Descrizione
MarkItDownMcpReader(Uri, McpClientOptions)

Inizializza una nuova istanza della classe MarkItDownMcpReader.

Metodi

Nome Descrizione
ReadAsync(FileInfo, CancellationToken)

Legge un file e lo converte in un oggetto IngestionDocument.

(Ereditato da IngestionDocumentReader)
ReadAsync(FileInfo, String, String, CancellationToken)

Legge un file e lo converte in un oggetto IngestionDocument.

ReadAsync(Stream, String, String, CancellationToken)

Legge un flusso e lo converte in un oggetto IngestionDocument.

Si applica a