Chefs are simple classes that automatically prepare data for future usage. They are designed to make preprocessing and data transformation easy and reusable.Documentation Index
Fetch the complete documentation index at: https://docs.chonkie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Chefs are available only in Python
TableChef
Extracts tables from markdown text and prepares them for future usage.
TextChef
Processes plain text files and returns structured Document objects.
MarkdownChef
Processes markdown files, extracting tables, code blocks, and images into a
MarkdownDocument.
