Table of Contents

Enum TableExportFormat

Namespace
AiDotNet.Document
Assembly
AiDotNet.dll

Export formats for extracted table data.

public enum TableExportFormat

Fields

CSV = 0

Comma-separated values format.

Excel = 4

Excel-compatible XML format.

HTML = 2

HTML table format.

JSON = 1

JSON format.

Markdown = 3

Markdown table format.