Table of Contents

Interface IDocumentLoader

Namespace
Mythosia.Documents
Assembly
Mythosia.Documents.Abstractions.dll
public interface IDocumentLoader

Methods

LoadAsync(string, CancellationToken)

Task<IReadOnlyList<DoclingDocument>> LoadAsync(string source, CancellationToken cancellationToken = default)

Parameters

source string
cancellationToken CancellationToken

Returns

Task<IReadOnlyList<DoclingDocument>>