AI-Studio/app/MindWork AI Studio/Components/ReadPDFContent.razor

4 lines
217 B
Plaintext
Raw Normal View History

@inherits MSGComponentBase
<MudButton StartIcon="@Icons.Material.Filled.Description" OnClick="async () => await this.SelectFile()" Variant="Variant.Filled" Class="mb-3">
@T("Use PDF content as input")
</MudButton>