Data extraction
Markdown and tables
Converting web pages/html to markdown.
Intuned provides utilities to convert web pages to markdown. Markdown is a particularly good format for working with LLMs. For more info checkout: extractMarkdownFromPage reference and extractMarkdownFromLocator reference.
Converting files to markdown
You can also use File Markdown Conversion as a standalone API. Checkout Standalone File APIs for more info.
Intuned provides utilities to convert files to markdown. Markdown is a particularly good format for working with LLMs. For more info checkout: extractMarkdownFromFile reference.
Extracting tables from files
You can also use Table Extraction as a standalone API. Checkout Standalone File APIs for more info.
Intuned provides utilities to extract tables from files. Tables are some of the common elements in data-rich files. For more info on how to use this, checkout extractTablesFromFile reference.