SaveMd

TableAIProcessor.SaveMd method

Saves the extracted structured tables into a Markdown (.md) file.

public void SaveMd(string filename)
ParameterTypeDescription
filenameStringThe full path where the Markdown file will be saved.

See Also