Documentation
¶
Index ¶
- func BytesToJSON(data []byte) (map[string]interface{}, error)
- func HTMLToText(htmlContent string) string
- func MarkdownToJSON(markdownContent string) (map[string]interface{}, error)
- func MarkdownToText(markdownContent string) string
- func OneNoteHTMLToJSON(htmlContent string) (map[string]interface{}, error)
- func TextToJSON(textContent string) (map[string]interface{}, error)
- func XMLToJSON(xmlContent string) (map[string]interface{}, error)
- func XMLToText(xmlContent string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToJSON ¶
BytesToJSON converts bytes to structured JSON format (auto-detects format)
func HTMLToText ¶
HTMLToText extracts clean text from HTML content
func MarkdownToJSON ¶
MarkdownToJSON converts Markdown content to structured JSON format
func MarkdownToText ¶
MarkdownToText extracts clean text from Markdown content
func OneNoteHTMLToJSON ¶
OneNoteHTMLToJSON converts OneNote HTML content to clean JSON format
func TextToJSON ¶
TextToJSON converts plain text to structured JSON format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.