Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedExtensions = []string{
".bmp",
".csv",
".doc",
".docx",
".eml",
".epub",
".heic",
".html",
".jpeg",
".png",
".md",
".msg",
".odt",
".org",
".p7s",
".pdf",
".png",
".ppt",
".pptx",
".rst",
".rtf",
".tiff",
".txt",
".tsv",
".xls",
".xlsx",
".xml",
}
https://docs.unstructured.io/api-reference/api-services/supported-file-types
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct { ID string `json:"element_id"` Type string `json:"type"` Text string `json:"text"` Metadata ElementMetadata `json:"metadata"` }
type ElementMetadata ¶
Click to show internal directories.
Click to hide internal directories.